Property definitions

nitc $ AVarFormExpr :: defaultinit
# Whatever is an access to a local variable
abstract class AVarFormExpr
	super AExpr

	# The name of the attribute
	var n_id: TId is writable, noinit
end
src/parser/parser_nodes.nit:2525,1--2531,3