JVM_IR KT-46822 don't generate too deep StringBuilder.append trees
This commit is contained in:
committed by
teamcityserver
parent
ba00709e4d
commit
261b42f5c5
+6
@@ -12046,6 +12046,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/dataClasses/changingVarParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("dataClassWithManyFields.kt")
|
||||
public void testDataClassWithManyFields() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/dataClassWithManyFields.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("doubleParam.kt")
|
||||
public void testDoubleParam() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user