5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
// "Add initializer" "true"
|
|
<caret>var n: Int
|
|
get() = 1
|
|
/* IGNORE_FIR */
|