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