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