X-Git-Url: http://nitlanguage.org diff --git a/src/model/model.nit b/src/model/model.nit index 00ca5cf..f0f4ff9 100644 --- a/src/model/model.nit +++ b/src/model/model.nit @@ -1757,6 +1757,9 @@ abstract class MProperty # The visibility of the property var visibility: MVisibility + # Is the property usable as an initializer? + var is_autoinit = false is writable + init do intro_mclassdef.intro_mproperties.add(self)