Merge: introduce nit_env.sh to setup the shell environement
[nit.git] / src / modelize / modelize_property.nit
index ef9ef0b..0161ad0 100644 (file)
@@ -1252,7 +1252,9 @@ redef class AAttrPropdef
                        end
                        is_lazy = true
                        var mlazyprop = new MAttribute(mclassdef, "lazy _" + name, none_visibility)
+                       mlazyprop.is_fictive = true
                        var mlazypropdef = new MAttributeDef(mclassdef, mlazyprop, self.location)
+                       mlazypropdef.is_fictive = true
                        self.mlazypropdef = mlazypropdef
                end