Move IR interpreter's tests from ir/loweredIr directory into box
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// FILE: J.java
|
||||
public class J {
|
||||
public static int f() { return 0; }
|
||||
}
|
||||
|
||||
// FILE: Main.kt
|
||||
enum class A {
|
||||
OK;
|
||||
val x = J.f()
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return A.OK.name
|
||||
}
|
||||
Reference in New Issue
Block a user