Files
2023-11-21 15:28:12 +00:00

6 lines
91 B
Kotlin

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