Remove explicit mention of an internal name from a test
This commit is contained in:
+1
-3
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JVM_IR
|
|
||||||
// FILE: JFoo.java
|
// FILE: JFoo.java
|
||||||
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
@@ -17,10 +16,9 @@ fun test() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// @TestKt.class:
|
// @TestKt.class:
|
||||||
// 1 NEW TestKt\$test\$1
|
// 1 NEW TestKt\$
|
||||||
// 1 NEW kotlin/jvm/internal/Ref\$IntRef
|
// 1 NEW kotlin/jvm/internal/Ref\$IntRef
|
||||||
// 2 NEW
|
// 2 NEW
|
||||||
// 1 INVOKESPECIAL TestKt\$test\$1.<init>
|
|
||||||
// 0 IFNONNULL
|
// 0 IFNONNULL
|
||||||
// 0 IFNULL
|
// 0 IFNULL
|
||||||
// 1 ACONST_NULL
|
// 1 ACONST_NULL
|
||||||
|
|||||||
Reference in New Issue
Block a user