5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
val my: Int = 1
|
|
get() {
|
|
field++
|
|
return field
|
|
} |