Files
2023-11-17 14:07:13 +00:00

6 lines
91 B
Kotlin

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