Hack attributes for continuation of suspend function in SAM-adapter
This commit is contained in:
+5
@@ -7673,6 +7673,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/destructuringInLambdas.kt", "kotlin.coroutines");
|
||||
}
|
||||
|
||||
@TestMetadata("funInterface.kt")
|
||||
public void testFunInterface() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/featureIntersection/funInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineSuspendFinally.kt")
|
||||
public void testInlineSuspendFinally_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/inlineSuspendFinally.kt", "kotlin.coroutines.experimental");
|
||||
|
||||
Reference in New Issue
Block a user