blob: a022ffd6c7e6631e60930d3ebe272ea49c97a7b1 [file] [log] [blame]
// IS_APPLICABLE: false
// ERROR: Property must be initialized or be abstract
open class A {
val <caret>foo: Int
}