Fix LVT entries of 'this' and parameters in coroutine code
#KT-24510 Fixed
This commit is contained in:
@@ -1156,6 +1156,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
public void testProbeCoroutineSuspended() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/coroutines/debug/probeCoroutineSuspended.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("thisAndResultInLvt.kt")
|
||||
public void testThisAndResultInLvt() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/coroutines/debug/thisAndResultInLvt.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeText/coroutines/destructuringInLambda")
|
||||
|
||||
Reference in New Issue
Block a user