Debugger: wrong stepping through the loop with continue label

#KT-5776 Fixed
 #KT-5664 Fixed
This commit is contained in:
Natalia Ukhorskaya
2014-10-22 17:22:55 +04:00
parent ffba1b6fa0
commit d9ac8155da
8 changed files with 95 additions and 1 deletions
@@ -591,6 +591,7 @@ fun main(args: Array<String>) {
testClass(javaClass<AbstractKotlinSteppingTest>()) {
model("debugger/tinyApp/src/stepInto/stepIntoAndSmartStepInto", testMethod = "doStepIntoTest", testClassName = "StepInto")
model("debugger/tinyApp/src/stepInto/stepIntoAndSmartStepInto", testMethod = "doSmartStepIntoTest", testClassName = "SmartStepInto")
model("debugger/tinyApp/src/stepInto/stepInto", testMethod = "doStepIntoTest", testClassName = "StepIntoOnly")
model("debugger/tinyApp/src/filters", testMethod = "doStepIntoTest")
}