8 lines
85 B
Kotlin
Vendored
8 lines
85 B
Kotlin
Vendored
internal class A {
|
|
var field = 0
|
|
|
|
fun setField() {
|
|
field = 0
|
|
}
|
|
}
|