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