KT-504 array like expressions with type parameters

This commit is contained in:
Alex Tkachman
2011-11-15 12:42:51 +02:00
parent 74654c467c
commit aaed9b0325
5 changed files with 196 additions and 60 deletions
@@ -202,4 +202,10 @@ public class ClassGenTest extends CodegenTestCase {
System.out.println(generateToText());
blackBox();
}
public void testKt504 () throws Exception {
loadFile("regressions/kt504.jet");
System.out.println(generateToText());
blackBox();
}
}