Tests: unmute debugging tests for FIR+JVM_IR
The differences between K1 and K2 are pretty unimportant in these tests.
This commit is contained in:
committed by
Space Team
parent
c62f8c886b
commit
c885932a04
@@ -1,4 +1,4 @@
|
||||
// IGNORE_BACKEND_K2: JVM_IR
|
||||
|
||||
|
||||
// FILE: test.kt
|
||||
data class A(val x: String, val y: Int)
|
||||
@@ -25,9 +25,13 @@ 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
|
||||
// EXPECTATIONS ClassicFrontend JVM_IR
|
||||
// test.kt:11 invoke:
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:12 invoke:
|
||||
// EXPECTATIONS ClassicFrontend JVM_IR
|
||||
// test.kt:11 invoke: x:java.lang.String="O":java.lang.String
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:14 invoke: x:java.lang.String="O":java.lang.String
|
||||
// test.kt:17 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
|
||||
|
||||
Reference in New Issue
Block a user