test for KT-511

This commit is contained in:
Alex Tkachman
2011-12-17 12:40:01 +02:00
parent 935a8cd2fa
commit 9f32a56a07
2 changed files with 21 additions and 0 deletions
@@ -138,6 +138,11 @@ public class TypeInfoTest extends CodegenTestCase {
// System.out.println(generateToText());
}
public void testKt511() throws Exception {
blackBoxFile("regressions/kt511.jet");
// System.out.println(generateToText());
}
public void testInner() throws Exception {
blackBoxFile("typeInfo/inner.jet");
System.out.println(generateToText());