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