[box-tests] Added a multi-module box test
This commit is contained in:
+6
@@ -3784,6 +3784,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
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
@@ -3784,6 +3784,12 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
||||
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
@@ -3784,6 +3784,12 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
|
||||
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
@@ -3784,6 +3784,12 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
||||
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
@@ -3784,6 +3784,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
|
||||
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
@@ -3784,6 +3784,12 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
|
||||
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
@@ -3784,6 +3784,12 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
|
||||
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