IR KT-47483 handle 'Nothing' in array constructor call

This commit is contained in:
Dmitry Petrov
2021-12-17 10:50:51 +03:00
committed by teamcity
parent c9e9cbb62d
commit 0805916564
11 changed files with 64 additions and 5 deletions
@@ -884,6 +884,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/arrays/kt45410.kt");
}
@TestMetadata("kt47483.kt")
public void testKt47483() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt47483.kt");
}
@TestMetadata("kt47499.kt")
public void testKt47499() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt47499.kt");