[K/N] Add test for inter-module suspend function override

This commit is contained in:
Pavel Kunyavskiy
2022-09-08 15:16:39 +02:00
committed by Space Team
parent 132bb941e1
commit 2d4c94a115
9 changed files with 95 additions and 0 deletions
@@ -10010,6 +10010,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/coroutines/multiModule"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
}
@TestMetadata("inheritFromAnotherModule.kt")
public void testInheritFromAnotherModule() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/multiModule/inheritFromAnotherModule.kt");
}
@TestMetadata("inlineCrossModule.kt")
public void testInlineCrossModule() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/multiModule/inlineCrossModule.kt");