5 lines
79 B
Kotlin
Vendored
5 lines
79 B
Kotlin
Vendored
// "Add initializer" "true"
|
|
class A {
|
|
<caret>var n: Int
|
|
get() = 1
|
|
} |