blob: cae16d1ebdf015213018fbf61d2c661cac18c476 [file] [log] [blame]
// PROBLEM: none
class Test {
val x: Int <caret>get() = 10
}