Property definitions

nitc $ AVarAssignExpr :: defaultinit
# A local variable simple assignment access
# The parser cannot instantiate them, see `ACallAssignExpr`.
class AVarAssignExpr
	super AVarFormExpr
	super AAssignFormExpr
end
src/parser/parser_nodes.nit:2545,1--2550,3