store nullability information in TypeInfo

This commit is contained in:
Dmitry Jemerov
2011-06-30 17:46:52 +02:00
parent 01a08ecd04
commit 840f9ffef1
6 changed files with 44 additions and 17 deletions
@@ -88,6 +88,10 @@ public class TypeInfoTest extends CodegenTestCase {
blackBoxFile("typeInfo/primitiveTypeInfo.jet");
}
public void testNullability() throws Exception {
blackBoxFile("typeInfo/nullability.jet");
}
private Runnable newRunnable() {
return new Runnable() {
@Override