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