From b100fd526fb2878e7b2583469b60a998c7c115ec Mon Sep 17 00:00:00 2001 From: Vladimir Ilmov Date: Thu, 18 Jun 2020 21:34:30 +0200 Subject: [PATCH] (CoroutineDebugger)(Test) local variable removed from generated code --- .../testData/continuation/suspendFunWithInner.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/jvm-debugger/jvm-debugger-test/testData/continuation/suspendFunWithInner.out b/idea/jvm-debugger/jvm-debugger-test/testData/continuation/suspendFunWithInner.out index 71db26183cf..ed43d037612 100644 --- a/idea/jvm-debugger/jvm-debugger-test/testData/continuation/suspendFunWithInner.out +++ b/idea/jvm-debugger/jvm-debugger-test/testData/continuation/suspendFunWithInner.out @@ -11,7 +11,7 @@ CoroutineInfo: 1 coroutine RUNNING CoroutineStackFrame a:!LINE_NUMBER!, TestSuspendA (continuation) (methodVal, this) CoroutineStackFrame invokeSuspend:!LINE_NUMBER!, SuspendFunWithInnerKt$main$1 (continuation) - ($this$runBlocking, rootCoroutineVal) + (rootCoroutineVal) CoroutineStackFrame resumeWith:!LINE_NUMBER!, BaseContinuationImpl (kotlin.coroutines.jvm.internal) ($i$a$-with-BaseContinuationImpl$resumeWith$1, $this$with, completion, current, param, result, this) CoroutineStackFrame run:!LINE_NUMBER!, DispatchedTask (kotlinx.coroutines)