KT-594 Array.get/set intrinsic

This commit is contained in:
Alex Tkachman
2011-11-23 11:56:47 +02:00
parent 8c842a6d5c
commit b8f942857b
6 changed files with 103 additions and 1 deletions
@@ -275,4 +275,10 @@ public class ArrayGenTest extends CodegenTestCase {
public void testKt503() {
blackBoxFile("regressions/kt503.jet");
}
public void testKt594() throws Exception {
loadFile("regressions/kt594.jet");
System.out.println(generateToText());
blackBox();
}
}