Tests: remove LVT tests on old JVM backend
This commit is contained in:
committed by
Space Team
parent
5e330acd28
commit
0c77fa1fa4
+1
-13
@@ -8,18 +8,6 @@ fun box() {
|
||||
foo(A("O", 123), A("K", 877)) { (x, y), (z, w) -> (x + z) + (y + w) }
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:8 box:
|
||||
// test.kt:3 <init>: x:java.lang.String="O":java.lang.String, y:int=123:int
|
||||
// test.kt:8 box:
|
||||
// test.kt:3 <init>: x:java.lang.String="K":java.lang.String, y:int=877:int
|
||||
// test.kt:8 box:
|
||||
// test.kt:5 foo: a:A=A, b:A=A, block:kotlin.jvm.functions.Function2=TestKt$box$1
|
||||
// test.kt:8 invoke: $dstr$x$y:A=A, $dstr$z$w:A=A
|
||||
// test.kt:5 foo: a:A=A, b:A=A, block:kotlin.jvm.functions.Function2=TestKt$box$1
|
||||
// test.kt:8 box:
|
||||
// test.kt:9 box:
|
||||
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:9 box:
|
||||
// test.kt:4 <init>: x:java.lang.String="O":java.lang.String, y:int=123:int
|
||||
@@ -52,4 +40,4 @@ fun box() {
|
||||
// test.kt:8 box$lambda: x="O":kotlin.String, y=123:number, z="K":kotlin.String
|
||||
// test.kt:1 component2:
|
||||
// test.kt:8 box$lambda: x="O":kotlin.String, y=123:number, z="K":kotlin.String, w=877:number
|
||||
// test.kt:9 box:
|
||||
// test.kt:9 box:
|
||||
|
||||
Reference in New Issue
Block a user