[IR] Adjust LVT test expectations and mute accordingly

This commit is contained in:
Kristoffer Andersen
2022-03-07 18:03:21 +01:00
committed by Alexander Udalov
parent b81139ad36
commit c3dbb44e5f
10 changed files with 22 additions and 47 deletions
@@ -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: