Debugger: Rewrite step out action
This commit fixes the following tests: - KotlinSteppingTestGenerated.Custom.testStepOutInlineFunctionStdlib - KotlinSteppingTestGenerated.StepOut.testStepOutSeveralInlineArgumentDeepest
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user