Explorar o código

Set null type to be abstract (#460).

Thomas Kutz %!s(int64=9) %!d(string=hai) anos
pai
achega
170615bc34

+ 1 - 0
plugins/org.yakindu.base.types/src/org/yakindu/base/types/typesystem/GenericTypeSystem.java

@@ -31,5 +31,6 @@ public class GenericTypeSystem extends AbstractTypeSystem {
 
 		declareSuperType(getType(INTEGER), getType(REAL));
 		
+		getType(NULL).setAbstract(true);
 	}
 }