The arguments of the new

Property definitions

nitc $ ANewExpr :: n_args=
	# The arguments of the `new`
	var n_args: AExprs is writable, noinit
src/parser/parser_nodes.nit:2386,2--2387,39

nitc :: parser_prod $ ANewExpr :: n_args=
	redef fun n_args=(node)
	do
		_n_args = node
		node.parent = self
	end
src/parser/parser_prod.nit:5188,2--5192,4