Debugger: Rewrite step out action

This commit fixes the following tests:
 - KotlinSteppingTestGenerated.Custom.testStepOutInlineFunctionStdlib
 - KotlinSteppingTestGenerated.StepOut.testStepOutSeveralInlineArgumentDeepest
This commit is contained in:
Yan Zhulanow
2019-12-23 19:56:22 +09:00
parent cc2fe6b0c6
commit f129ab55c5
3 changed files with 28 additions and 123 deletions
@@ -8,8 +8,7 @@ fun main() {
data class Foo(val a: String)
// STEP_INTO: 1
// STEP_OUT: 1
// STEP_INTO: 2
// EXPRESSION: Foo("baz")
// RESULT: instance of dataClassCopy.Foo(id=ID): LdataClassCopy/Foo;