[box-tests] Added a couple of multi-module box tests
This commit is contained in:
+12
@@ -39230,6 +39230,18 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user