fix for KT-48

This commit is contained in:
Alex Tkachman
2011-09-05 13:47:54 +02:00
parent eb82967860
commit a8a438ffd3
6 changed files with 152 additions and 5 deletions
@@ -172,4 +172,9 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt249() throws Exception {
blackBoxFile("regressions/kt249.jet");
}
public void testKt48 () throws Exception {
blackBoxFile("regressions/kt48.jet");
System.out.println(generateToText());
}
}