Add default values for some primitive type attributes.
[nit.git] / src / syntax / syntax_base.nit
index 4703700..b5ac33b 100644 (file)
@@ -457,7 +457,7 @@ end
 
 redef class AType
        attr _stype_cache: MMType
-       attr _stype_cached: Bool
+       attr _stype_cached: Bool = false
 
        redef meth get_local_class(v)
        do