Properly process big types
This commit is contained in:
+10
@@ -39,6 +39,11 @@ public class Jdk9BlackBoxCodegenTestGenerated extends AbstractJdk9BlackBoxCodege
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamic200.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamic200Long.kt")
|
||||
public void testConcatDynamic200Long() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamic200Long.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamic201.kt")
|
||||
public void testConcatDynamic201() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamic201.kt");
|
||||
@@ -49,6 +54,11 @@ public class Jdk9BlackBoxCodegenTestGenerated extends AbstractJdk9BlackBoxCodege
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicIndy200.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamicIndy200Long.kt")
|
||||
public void testConcatDynamicIndy200Long() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicIndy200Long.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamicIndy201.kt")
|
||||
public void testConcatDynamicIndy201() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicIndy201.kt");
|
||||
|
||||
+10
@@ -40,6 +40,11 @@ public class Jdk9IrBlackBoxCodegenTestGenerated extends AbstractJdk9IrBlackBoxCo
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamic200.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamic200Long.kt")
|
||||
public void testConcatDynamic200Long() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamic200Long.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamic201.kt")
|
||||
public void testConcatDynamic201() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamic201.kt");
|
||||
@@ -50,6 +55,11 @@ public class Jdk9IrBlackBoxCodegenTestGenerated extends AbstractJdk9IrBlackBoxCo
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicIndy200.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamicIndy200Long.kt")
|
||||
public void testConcatDynamicIndy200Long() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicIndy200Long.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamicIndy201.kt")
|
||||
public void testConcatDynamicIndy201() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicIndy201.kt");
|
||||
|
||||
+10
@@ -32259,6 +32259,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/strings"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamicWithConstants.kt")
|
||||
public void testConcatDynamicWithConstants() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatDynamicWithConstants.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamicWithSpecialSymbols.kt")
|
||||
public void testConcatDynamicWithSpecialSymbols() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatDynamicWithSpecialSymbols.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constInStringTemplate.kt")
|
||||
public void testConstInStringTemplate() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/constInStringTemplate.kt");
|
||||
|
||||
Reference in New Issue
Block a user