sepcomp: do not generate class tables for dead classes
[nit.git] / src / model / model.nit
index b483543..b9b484a 100644 (file)
@@ -468,6 +468,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