IR KT-47483 handle 'Nothing' in array constructor call
This commit is contained in:
+6
@@ -598,6 +598,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt4357.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47483.kt")
|
||||
public void testKt47483() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt47483.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt503.kt")
|
||||
public void testKt503() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user