nitc :: AAttrPropdef :: mlazypropdef
Because some engines does not have a working isset
,
this additional attribute is used to guard the lazy initialization.
TODO: to remove once isset is correctly implemented
# The guard associated to a lazy attribute.
# Because some engines does not have a working `isset`,
# this additional attribute is used to guard the lazy initialization.
# TODO: to remove once isset is correctly implemented
var mlazypropdef: nullable MAttributeDef
src/modelize/modelize_property.nit:1199,2--1203,41