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