Files
codeql/java/ql/test/kotlin/query-tests/ExposeRepresentation/User.kt

6 lines
91 B
Kotlin

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