Replace bytecode text test with a stepping test

#KT-62965
This commit is contained in:
Ilmir Usmanov
2024-01-18 00:32:33 +01:00
committed by Space Team
parent 2e32e13466
commit 19283048a8
11 changed files with 38 additions and 33 deletions
@@ -1,8 +0,0 @@
// TARGET_BACKEND: JVM_IR
fun foo() {
Runnable {
}.run()
}
// 1 LINENUMBER 4 L0\n +INVOKEDYNAMIC run\(\)Ljava/lang/Runnable
+13
View File
@@ -0,0 +1,13 @@
// TARGET_BACKEND: JVM_IR
// FILE: test.kt
fun box() {
Runnable {
}.run()
}
// EXPECTATIONS JVM_IR
// test.kt:6 box
// test.kt:7 box
// test.kt:8 box