blob: cdb5a47b594d97a50895b16659fc52f25c70ff5c [file] [log] [blame]
// "Make 'i' not abstract" "true"
class A() {
<caret>abstract var i : Int = 0
}