diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/propertyAnnotation.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/propertyAnnotation.kt index 80607422b6d..82826b1f9f6 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/propertyAnnotation.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/propertyAnnotation.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_REFLECT - +// IGNORE_BACKEND: ANDROID annotation class Property(val value: String) annotation class Accessor(val value: String)