Property definitions

nitc $ AVarReassignExpr :: defaultinit
# A local variable complex assignment access
# The parser cannot instantiate them, see `ACallReassignExpr`.
class AVarReassignExpr
	super AVarFormExpr
	super AReassignFormExpr
end
src/parser/parser_nodes.nit:2552,1--2557,3