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