4 lines
64 B
Kotlin
Vendored
4 lines
64 B
Kotlin
Vendored
// PROBLEM: none
|
|
class Test {
|
|
val x: Int <caret>get() = 10
|
|
} |