[JVM_IR] Rebase init blocks stepping test that is working as intended.
This commit is contained in:
+14
@@ -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()
|
Foo()
|
||||||
}
|
}
|
||||||
|
|
||||||
// STEP_OVER: 6
|
// STEP_OVER: 7
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JVM_IR
|
|
||||||
LineBreakpoint created at initBlocks.kt:6
|
LineBreakpoint created at initBlocks.kt:6
|
||||||
Run Java
|
Run Java
|
||||||
Connected to the target VM
|
Connected to the target VM
|
||||||
|
|||||||
Reference in New Issue
Block a user