KT-4348: Array access operator overloading doesn't work with vararg's

#KT-4348 Fixed
This commit is contained in:
Mikhael Bogdanov
2013-12-26 11:17:15 +04:00
parent 2daf6961b2
commit c9c50e4107
3 changed files with 44 additions and 9 deletions
@@ -193,6 +193,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/arrays/kt33.kt");
}
@TestMetadata("kt4348.kt")
public void testKt4348() throws Exception {
doTest("compiler/testData/codegen/box/arrays/kt4348.kt");
}
@TestMetadata("kt503.kt")
public void testKt503() throws Exception {
doTest("compiler/testData/codegen/box/arrays/kt503.kt");