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

6 lines
91 B
Kotlin

class User {
fun test1(er: ExposesRep) {
er.strings[0] = "Hello world"
}
}