// IS_APPLICABLE: false // DISABLE-ERRORS interface A { abstract fun foo(): Int } class B : A { }