[JVM_IR] Fix stepping behavior for assignments to local variables.

This commit is contained in:
Mads Ager
2020-05-28 15:05:18 +02:00
committed by max-kammerer
parent 543efffa5c
commit 1124887aa0
11 changed files with 116 additions and 25 deletions
@@ -11,11 +11,10 @@ fun foo(i: Int = 1) {
inline fun bar(i: Int = 1) {
}
// TODO: The JVM_IR backend has line number 11 for the inlined
// The JVM_IR backend has line number 11 for the inlined
// default argument handling both before and after the actual
// body of bar. That is consistent with what happens with the
// $default method in the non-inlined case, but it is not what
// happens with the JVM backend.
// $default method in the non-inlined case.
// FORCE_STEP_INTO
// LINENUMBERS