Update debugger test data

Note: neither the new nor the old data is actually correct, as the
debugger needs to stop on line 7 twice (once for the call, once for the
lambda) but ignore the synthetic line number in between.
This commit is contained in:
pyos
2020-05-25 17:35:36 +02:00
committed by max-kammerer
parent 76c34a07b2
commit f625444be2
2 changed files with 5 additions and 1 deletions
@@ -27,4 +27,4 @@ inline fun forEach(s: () -> Unit) {
}
}
// STEP_INTO: 10
// STEP_INTO: 14
@@ -3,9 +3,13 @@ Run Java
Connected to the target VM
inlineOnly.kt:5
inlineOnly.kt:7
inlineOnly.kt:1
inlineOnly.kt:7
inlineOnly.kt:13
inlineOnly.kt:14
inlineOnly.kt:7
inlineOnly.kt:1
inlineOnly.kt:7
inlineOnly.kt:13
inlineOnly.kt:14
inlineOnly.kt:7