KT-602: Array<T> method instead of default constructor parameter

This commit is contained in:
Alex Tkachman
2011-11-24 15:34:08 +02:00
parent 9bd98cdf2b
commit fd9eadb729
8 changed files with 54 additions and 12 deletions
@@ -276,6 +276,10 @@ public class ArrayGenTest extends CodegenTestCase {
blackBoxFile("regressions/kt503.jet");
}
public void testKt602() {
blackBoxFile("regressions/kt602.jet");
}
public void testKt594() throws Exception {
loadFile("regressions/kt594.jet");
System.out.println(generateToText());