// "Make 'Foo' 'abstract'" "true" abstract class Bar { abstract val i: Int } class Foo : Bar() {}