Merge: Rewrite the coloration for properties and types.
[nit.git] / src / model / model.nit
index 3a64638..76a3839 100644 (file)
@@ -477,6 +477,9 @@ class MClass
        end
 
        private var get_mtype_cache = new HashMap[Array[MType], MGenericType]
+
+       # Is there a `new` factory to allow the pseudo instantiation?
+       var has_new_factory = false is writable
 end