Unmute FIR test

This commit is contained in:
Georgy Bronnikov
2020-06-27 00:25:01 +03:00
parent 8a393ec041
commit 5e115c48b3
-1
View File
@@ -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