[box-tests] Added a multi-module box test
This commit is contained in:
+6
@@ -3388,6 +3388,12 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
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 {
|
||||
|
||||
+6
@@ -3388,6 +3388,12 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
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 {
|
||||
|
||||
+5
@@ -3103,6 +3103,11 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
|
||||
runTest("compiler/testData/codegen/boxInline/property/reifiedVal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reifiedValMultiModule.kt")
|
||||
public void testReifiedValMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/property/reifiedValMultiModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reifiedVar.kt")
|
||||
public void testReifiedVar() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/property/reifiedVar.kt");
|
||||
|
||||
Reference in New Issue
Block a user