Files
codeql/java/ql/test-kotlin1/query-tests/ExposeRepresentation/ExposesRep.kt
2023-11-21 15:28:12 +00:00

4 lines
71 B
Kotlin

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