IR interpreter: fix calculation of constant Java fields

#KT-42117 Fixed
This commit is contained in:
Mikhail Glukhikh
2020-09-22 13:22:47 +03:00
parent 44ebec05bb
commit 2fd752f8f6
12 changed files with 16 additions and 25 deletions

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FILE: first/JavaSuperclass.java
package first;

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FILE: first/Foo.java
package first;

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FILE: JClass.java
import org.jetbrains.annotations.NotNull;

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun foo1(x: Int): Boolean {
when(x) {
0 -> return true