Replace bytecode text test with a stepping test
#KT-62965
This commit is contained in:
committed by
Space Team
parent
2e32e13466
commit
19283048a8
+13
@@ -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
|
||||
Reference in New Issue
Block a user