Property definitions

nitc $ AAttrFormExpr :: defaultinit
# Whatever is a old-style attribute access
abstract class AAttrFormExpr
	super AExpr

	# The receiver of the attribute
	var n_expr: AExpr is writable, noinit

	# The name of the attribute
	var n_id: TAttrid is writable, noinit

end
src/parser/parser_nodes.nit:2390,1--2400,3