// FIR_IDENTICAL // !JVM_TARGET: 1.8 @JvmDefaultWithCompatibility interface A { fun test(p: T) {} } @JvmDefaultWithCompatibility class B : A {}