Move debugger test data to the new location
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package initBlocks
|
||||
|
||||
class Foo {
|
||||
init {
|
||||
//Breakpoint!
|
||||
val a = 5
|
||||
}
|
||||
|
||||
init {
|
||||
val b = 7
|
||||
}
|
||||
}
|
||||
|
||||
fun main() {
|
||||
Foo()
|
||||
}
|
||||
|
||||
// STEP_OVER: 5
|
||||
Reference in New Issue
Block a user