From 77559e829962ecef904168861f97279958d60138 Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Mon, 1 Mar 2021 18:05:27 +0100 Subject: [PATCH] Temporary mute reflection test on Android --- .../box/jvm8/defaults/noDefaultImpls/propertyAnnotation.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)