IR KT-47483 handle 'Nothing' in array constructor call
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user