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