[IR] Adjust LVT test expectations and mute accordingly
This commit is contained in:
committed by
Alexander Udalov
parent
b81139ad36
commit
c3dbb44e5f
+3
-3
@@ -1,5 +1,5 @@
|
||||
|
||||
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FILE: test.kt
|
||||
class MyPair(val x: String, val y: String) {
|
||||
operator fun component1(): String {
|
||||
@@ -42,7 +42,7 @@ fun box() {
|
||||
// test.kt:6 component1:
|
||||
// test.kt:17 invoke:
|
||||
// test.kt:10 component2:
|
||||
// test.kt:17 invoke: x:java.lang.String="O":java.lang.String
|
||||
// test.kt:17 invoke: x:java.lang.String="O":java.lang.String, y:java.lang.String="K":java.lang.String
|
||||
// test.kt:14 foo: a:MyPair=MyPair, block:kotlin.jvm.functions.Function1=TestKt$box$1
|
||||
// test.kt:17 box:
|
||||
// test.kt:18 box:
|
||||
Reference in New Issue
Block a user