[box-tests] Added a multi-module box test
This commit is contained in:
+6
@@ -42608,6 +42608,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/boxInline/property/reifiedVal.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reifiedValMultiModule.kt")
|
||||
public void testReifiedValMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/property/reifiedValMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reifiedVar.kt")
|
||||
public void testReifiedVar() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user