KT-2210: Array<Array<T>> type mapping

This commit is contained in:
Alex Tkachman
2012-08-04 22:52:02 +03:00
parent 4e0e7fb943
commit fcab204459
4 changed files with 20 additions and 62 deletions
@@ -352,4 +352,9 @@ public class StdlibTest extends CodegenTestCase {
public void test1779() {
blackBoxFile("regressions/kt1779.kt");
}
public void testKt2210() throws Exception {
blackBoxFile("regressions/kt2210.kt");
// System.out.println(generateToText());
}
}