[K/Wasm] Introduce stepping tests for Wasm
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// FILE: test.kt
|
||||
|
||||
fun box() {
|
||||
@@ -7,15 +8,15 @@ fun box() {
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:5 box
|
||||
// test.kt:6 box
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:4 box
|
||||
// test.kt:5 invoke
|
||||
// test.kt:4 box
|
||||
// test.kt:5 box
|
||||
// test.kt:6 invoke
|
||||
// test.kt:5 box
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:7 box
|
||||
// test.kt:8 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:4 box
|
||||
// test.kt:5 box$lambda
|
||||
// test.kt:7 box
|
||||
// test.kt:5 box
|
||||
// test.kt:6 box$lambda
|
||||
// test.kt:8 box
|
||||
Reference in New Issue
Block a user