Property definitions

nitc $ ABraReassignExpr :: defaultinit
# A complex setter call of the bracket operator. eg `x[y,z]+=t`
class ABraReassignExpr
	super ABraFormExpr
	super ASendReassignFormExpr
end
src/parser/parser_nodes.nit:2533,1--2537,3