Properly process big types
This commit is contained in:
+12
@@ -40266,6 +40266,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/strings"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("concatDynamicWithConstants.kt")
|
||||
public void testConcatDynamicWithConstants() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatDynamicWithConstants.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("concatDynamicWithSpecialSymbols.kt")
|
||||
public void testConcatDynamicWithSpecialSymbols() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatDynamicWithSpecialSymbols.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("constInStringTemplate.kt")
|
||||
public void testConstInStringTemplate() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user