X-Git-Url: http://nitlanguage.org diff --git a/src/model/model.nit b/src/model/model.nit index b483543..b9b484a 100644 --- a/src/model/model.nit +++ b/src/model/model.nit @@ -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