Hack attributes for continuation of suspend function in SAM-adapter

This commit is contained in:
Ilmir Usmanov
2020-08-11 00:10:17 +02:00
parent 2e131b870a
commit d861373c6d
6 changed files with 58 additions and 0 deletions
@@ -7631,6 +7631,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class FeatureIntersection extends AbstractLightAnalysisModeTest {
@TestMetadata("funInterface.kt")
public void ignoreFunInterface() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/featureIntersection/funInterface.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}