[box-tests] Added a couple of multi-module box tests

This commit is contained in:
Igor Chevdar
2022-07-05 17:06:40 +03:00
committed by Space
parent 5144efc7ae
commit a61d05971e
16 changed files with 201 additions and 0 deletions
@@ -158,6 +158,18 @@ public class FirBlackBoxInlineCodegenTestGenerated extends AbstractFirBlackBoxIn
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
}
@Test
@TestMetadata("fakeOverrideInDefaultMultiModule.kt")
public void testFakeOverrideInDefaultMultiModule() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideInDefaultMultiModule.kt");
}
@Test
@TestMetadata("fakeOverrideMultiModule.kt")
public void testFakeOverrideMultiModule() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideMultiModule.kt");
}
@Test
@TestMetadata("functionExpression.kt")
public void testFunctionExpression() throws Exception {
@@ -158,6 +158,18 @@ public class FirLightTreeBlackBoxInlineCodegenTestGenerated extends AbstractFirL
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
}
@Test
@TestMetadata("fakeOverrideInDefaultMultiModule.kt")
public void testFakeOverrideInDefaultMultiModule() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideInDefaultMultiModule.kt");
}
@Test
@TestMetadata("fakeOverrideMultiModule.kt")
public void testFakeOverrideMultiModule() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideMultiModule.kt");
}
@Test
@TestMetadata("functionExpression.kt")
public void testFunctionExpression() throws Exception {
@@ -158,6 +158,18 @@ public class FirSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends A
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
}
@Test
@TestMetadata("fakeOverrideInDefaultMultiModule.kt")
public void testFakeOverrideInDefaultMultiModule() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideInDefaultMultiModule.kt");
}
@Test
@TestMetadata("fakeOverrideMultiModule.kt")
public void testFakeOverrideMultiModule() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideMultiModule.kt");
}
@Test
@TestMetadata("functionExpression.kt")
public void testFunctionExpression() throws Exception {