From 5e115c48b3ce3c7fe2b28d2fae4085086f7901ef Mon Sep 17 00:00:00 2001 From: Georgy Bronnikov Date: Sat, 27 Jun 2020 00:25:01 +0300 Subject: [PATCH] Unmute FIR test --- compiler/testData/codegen/box/jvmField/diamond.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/codegen/box/jvmField/diamond.kt b/compiler/testData/codegen/box/jvmField/diamond.kt index f53f3e274c4..034f80e9f49 100644 --- a/compiler/testData/codegen/box/jvmField/diamond.kt +++ b/compiler/testData/codegen/box/jvmField/diamond.kt @@ -1,5 +1,4 @@ // TARGET_BACKEND: JVM -// IGNORE_BACKEND_FIR: JVM_IR // FILE: A.java public interface A { public String ok = "OK"; } // FILE: B.java