From: Jean Privat Date: Wed, 3 Jun 2015 15:24:55 +0000 (-0400) Subject: modelize: remove restriction on concrete class in intializer collect X-Git-Tag: v0.7.6~54^2~5 X-Git-Url: http://nitlanguage.org modelize: remove restriction on concrete class in intializer collect Signed-off-by: Jean Privat --- diff --git a/src/modelize/modelize_property.nit b/src/modelize/modelize_property.nit index 3ecbdd5..1afce19 100644 --- a/src/modelize/modelize_property.nit +++ b/src/modelize/modelize_property.nit @@ -158,9 +158,6 @@ redef class ModelBuilder return end - # Is the class forbid constructors? - if not mclassdef.mclass.kind.need_init then return - # Is there already a constructor defined? var defined_init: nullable MMethodDef = null for mpropdef in mclassdef.mpropdefs do