Property definitions

nitc $ ABraExpr :: defaultinit
# A call of the brackets operator. eg `x[y,z]`
class ABraExpr
	super ABraFormExpr
end
src/parser/parser_nodes.nit:2514,1--2517,3