[K/Wasm] Introduce stepping tests for Wasm
This commit is contained in:
+13
-12
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// FILE: test.kt
|
||||
|
||||
// Single line comment
|
||||
@@ -32,23 +33,23 @@ class A {
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:5 box
|
||||
// test.kt:15 <init>
|
||||
// test.kt:5 box
|
||||
// test.kt:24 foo
|
||||
// test.kt:6 box
|
||||
// test.kt:15 <init>
|
||||
// test.kt:16 <init>
|
||||
// test.kt:6 box
|
||||
// test.kt:31 bar
|
||||
// test.kt:25 foo
|
||||
// test.kt:7 box
|
||||
// test.kt:16 <init>
|
||||
// test.kt:7 box
|
||||
// test.kt:32 bar
|
||||
// test.kt:8 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:5 box
|
||||
// test.kt:15 <init>
|
||||
// test.kt:5 box
|
||||
// test.kt:24 foo
|
||||
// test.kt:6 box
|
||||
// test.kt:15 <init>
|
||||
// test.kt:16 <init>
|
||||
// test.kt:6 box
|
||||
// test.kt:31 bar
|
||||
// test.kt:25 foo
|
||||
// test.kt:7 box
|
||||
// test.kt:16 <init>
|
||||
// test.kt:7 box
|
||||
// test.kt:32 bar
|
||||
// test.kt:8 box
|
||||
|
||||
Reference in New Issue
Block a user