Property definitions

nitc $ AAttrReassignExpr :: defaultinit
# A complex attribute assignment. eg `x._a+=y`
class AAttrReassignExpr
	super AAttrFormExpr
	super AReassignFormExpr
end
src/parser/parser_nodes.nit:2430,1--2434,3