7 lines
116 B
Kotlin
Vendored
7 lines
116 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class Test {
|
|
var x<caret> = 1
|
|
set(value) {
|
|
field = value
|
|
}
|
|
} |