6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
var x: Int = 0
|
|
get() = <caret>field
|
|
set(value) {
|
|
field = value
|
|
}
|