$typeInfo field better be protected

This commit is contained in:
Alex Tkachman
2011-12-09 12:27:50 +02:00
parent 459c2e913f
commit 88bda09504
3 changed files with 15 additions and 1 deletions
@@ -142,5 +142,10 @@ public class TypeInfoTest extends CodegenTestCase {
blackBoxFile("typeInfo/inner.jet");
// System.out.println(generateToText());
}
public void testInheritance() throws Exception {
blackBoxFile("typeInfo/inheritance.jet");
System.out.println(generateToText());
}
}