// !JVM_DEFAULT_MODE: all-compatibility @JvmDefaultWithoutCompatibility interface A { fun f() {} } interface B : A