JVM_IR: fix name of received field for suspend lambdas

$ at the start caused AnonymousObjectTransformer to skip the field.
This commit is contained in:
Georgy Bronnikov
2019-12-21 15:26:16 +03:00
committed by Ilmir Usmanov
parent 068d3f4beb
commit d4b0151f51
10 changed files with 58 additions and 3 deletions
@@ -6539,6 +6539,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/statementLikeLastExpression.kt", "kotlin.coroutines");
}
@TestMetadata("stopAfter.kt")
public void testStopAfter() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/stopAfter.kt");
}
@TestMetadata("suspendCallsInArguments.kt")
public void testSuspendCallsInArguments_1_2() throws Exception {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendCallsInArguments.kt", "kotlin.coroutines.experimental");