5 lines
99 B
Plaintext
Vendored
5 lines
99 B
Plaintext
Vendored
// "Add initializer" "true"
|
|
class A {
|
|
var n: Int = <selection>0</selection>
|
|
get() = 1
|
|
} |