4 lines
57 B
Kotlin
Vendored
4 lines
57 B
Kotlin
Vendored
class Test {
|
|
val x = 1
|
|
<caret>get() = field
|
|
} |