JVM_IR: fix name of received field for suspend lambdas
$ at the start caused AnonymousObjectTransformer to skip the field.
This commit is contained in:
committed by
Ilmir Usmanov
parent
068d3f4beb
commit
d4b0151f51
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user