Support restricted suspend lambdas in JVM_IR
#KT-40135 Fixed
This commit is contained in:
Generated
+5
@@ -6660,6 +6660,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/recursiveSuspend.kt", "kotlin.coroutines");
|
||||
}
|
||||
|
||||
@TestMetadata("restrictedSuspendLambda.kt")
|
||||
public void testRestrictedSuspendLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/restrictedSuspendLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("returnByLabel.kt")
|
||||
public void testReturnByLabel_1_3() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/returnByLabel.kt", "kotlin.coroutines");
|
||||
|
||||
Reference in New Issue
Block a user