Property definitions

nitc $ AAttrAssignExpr :: defaultinit
# The assignment of an attribute. eg `x._a=y`
class AAttrAssignExpr
	super AAttrFormExpr
	super AAssignFormExpr
end
src/parser/parser_nodes.nit:2407,1--2411,3