mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
These use compiler-internal intrinsics at the IR layer, which are later lowered to java.util.Arrays calls. This performs that lowering in the same manner.
2 lines
72 B
Kotlin
2 lines
72 B
Kotlin
data class ProtoMapValue(val bytes: ByteArray, val strs: Array<String>)
|