Debugger, BE: Provide Java-like stepping for 'for' loops

- Visit '}' instead of 'for' keyword on post-condition
- Visit 'for' keyword on pre-condition
This commit is contained in:
Yan Zhulanow
2019-11-29 18:55:33 +09:00
parent 8b17718086
commit f115bde682
11 changed files with 46 additions and 13 deletions
@@ -12,4 +12,4 @@ fun main(args: Array<String>) {
// STEP_OVER: 4
// Tests that last line will be "9", no "11". See KT-13534.
// See KT-13534.