7 lines
124 B
Plaintext
Vendored
7 lines
124 B
Plaintext
Vendored
// "Add initializer" "true"
|
|
class A {
|
|
var n: Int = <selection>0</selection><caret>
|
|
get() = 1
|
|
}
|
|
/* IGNORE_FIR */
|