5 lines
81 B
Kotlin
Vendored
5 lines
81 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class Test {
|
|
var x<caret> = 1
|
|
get() = field
|
|
} |