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