Property definitions

nitc $ ABraAssignExpr :: defaultinit
# A setter call of the bracket operator. eg `x[y,z]=t`
class ABraAssignExpr
	super ABraFormExpr
	super AAssignFormExpr
end
src/parser/parser_nodes.nit:2519,1--2523,3