Files
codeql/java/ql/test-kotlin2/query-tests/ExposeRepresentation/ExposesRep.kt
2023-11-17 14:07:13 +00:00

4 lines
71 B
Kotlin

class ExposesRep {
val strings: Array<String?> = arrayOfNulls(1)
}