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:
+1
-1
@@ -27,4 +27,4 @@ inline fun forEach(s: () -> Unit) {
|
||||
}
|
||||
}
|
||||
|
||||
// STEP_INTO: 10
|
||||
// STEP_INTO: 14
|
||||
Reference in New Issue
Block a user