Property definitions

nitc $ AVarExpr :: defaultinit
# A local variable read access.
# The parser cannot instantiate them, see `ACallExpr`.
class AVarExpr
	super AVarFormExpr
end
src/parser/parser_nodes.nit:2539,1--2543,3