Fix for KT-4357: Compiler error with infix call to Array.get

#KT-4357 Fixed
This commit is contained in:
Michael Bogdanov
2014-10-06 15:54:16 +04:00
parent 7be48c7336
commit 989cae9f1f
3 changed files with 23 additions and 1 deletions
@@ -129,6 +129,12 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
doTestWithStdlib(fileName);
}
@TestMetadata("kt4357.kt")
public void testKt4357() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/arrays/kt4357.kt");
doTestWithStdlib(fileName);
}
}
@TestMetadata("compiler/testData/codegen/boxWithStdlib/boxingOptimization")