8da986ff24
#KT-10704 Fixed
5 lines
115 B
Plaintext
Vendored
5 lines
115 B
Plaintext
Vendored
// "Add initializer" "true"
|
|
class A {
|
|
var n: Int = <selection>0</selection><caret>
|
|
set(value: Int) {}
|
|
} |