Property definitions

nitc $ MAttributeDef :: defaultinit
# A local definition of an attribute
class MAttributeDef
	super MPropDef

	redef type MPROPERTY: MAttribute
	redef type MPROPDEF: MAttributeDef

	# The static type of the attribute
	var static_mtype: nullable MType = null is writable
end
src/model/model.nit:2695,1--2704,3