// IS_APPLICABLE: false interface I { public fun foo() } abstract class C : I { public override fun foo() {} }