fix KT-6192: VerifyError when using spreads with primitive arrays

#KT-6192 Fixed
This commit is contained in:
Michael Nedzelsky
2014-12-23 20:09:50 +03:00
parent fb7fe81a85
commit eded72d633
7 changed files with 313 additions and 32 deletions
@@ -6874,6 +6874,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt6192.kt")
public void testKt6192() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/vararg/kt6192.kt");
doTest(fileName);
}
@TestMetadata("kt796_797.kt")
public void testKt796_797() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/vararg/kt796_797.kt");