[K/N] Add test for inter-module suspend function override
This commit is contained in:
committed by
Space Team
parent
132bb941e1
commit
2d4c94a115
+6
@@ -12464,6 +12464,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/coroutines/multiModule"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inheritFromAnotherModule.kt")
|
||||
public void testInheritFromAnotherModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/multiModule/inheritFromAnotherModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineCrossModule.kt")
|
||||
public void testInlineCrossModule() throws Exception {
|
||||
|
||||
+6
@@ -12638,6 +12638,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/coroutines/multiModule"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inheritFromAnotherModule.kt")
|
||||
public void testInheritFromAnotherModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/multiModule/inheritFromAnotherModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineCrossModule.kt")
|
||||
public void testInlineCrossModule() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user