[JVM_IR] Rebase init blocks stepping test that is working as intended.

This commit is contained in:
Mads Ager
2020-10-02 12:52:56 +02:00
committed by max-kammerer
parent a9bc63dece
commit f941733f13
3 changed files with 15 additions and 2 deletions
@@ -0,0 +1,14 @@
LineBreakpoint created at initBlocks.kt:6
Run Java
Connected to the target VM
initBlocks.kt:6
initBlocks.kt:7
initBlocks.kt:9
initBlocks.kt:10
initBlocks.kt:11
initBlocks.kt:3
initBlocks.kt:15
initBlocks.kt:16
Disconnected from the target VM
Process finished with exit code 0
@@ -15,4 +15,4 @@ fun main() {
Foo()
}
// STEP_OVER: 6
// STEP_OVER: 7
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
LineBreakpoint created at initBlocks.kt:6
Run Java
Connected to the target VM