4 lines
85 B
Kotlin
Vendored
4 lines
85 B
Kotlin
Vendored
var foo: Int = 1
|
|
set(m: Int) {
|
|
val t = <selection>m + 1</selection>
|
|
} |