// "Make 'A' abstract" "true" interface I { fun foo() } abstract class A : I { }