[IR] Adjust LVT test expectations and mute accordingly
This commit is contained in:
committed by
Alexander Udalov
parent
b81139ad36
commit
c3dbb44e5f
@@ -1,5 +1,5 @@
|
||||
|
||||
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FILE: test.kt
|
||||
data class A(val x: String, val y: Int)
|
||||
|
||||
@@ -25,7 +25,7 @@ fun box() {
|
||||
// test.kt:4 <init>: x:java.lang.String="O":java.lang.String, y:int=123:int
|
||||
// test.kt:9 box:
|
||||
// test.kt:6 foo: a:A=A, block:kotlin.jvm.functions.Function1=TestKt$box$1
|
||||
// test.kt:9 invoke:
|
||||
// test.kt:9 invoke: x:java.lang.String="O":java.lang.String, y:int=123:int
|
||||
// test.kt:6 foo: a:A=A, block:kotlin.jvm.functions.Function1=TestKt$box$1
|
||||
// test.kt:9 box:
|
||||
// test.kt:10 box:
|
||||
Reference in New Issue
Block a user