diff --git a/compiler/testData/codegen/box/jvm8/defaults/builtInsInherited.kt b/compiler/testData/codegen/box/jvm8/defaults/builtInsInherited.kt index ea4f79258bb..fac5bec66f5 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/builtInsInherited.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/builtInsInherited.kt @@ -1,7 +1,11 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 + +// IGNORE_BACKEND: ANDROID + // FULL_JDK // WITH_RUNTIME + import java.util.function.Consumer class A : Iterable {