JVM_IR Spill stack on array constructor call
KT-42932
This commit is contained in:
+10
@@ -742,6 +742,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/arrays/kt4118.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42932.kt")
|
||||
public void testKt42932() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt42932.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4348.kt")
|
||||
public void testKt4348() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt4348.kt");
|
||||
@@ -752,6 +757,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/arrays/kt4357.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45410.kt")
|
||||
public void testKt45410() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt45410.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt503.kt")
|
||||
public void testKt503() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
|
||||
|
||||
Reference in New Issue
Block a user