The arguments of the super

Property definitions

nitc $ ASuperExpr :: n_args=
	# The arguments of the super
	var n_args: AExprs is writable, noinit
src/parser/parser_nodes.nit:2490,2--2491,39

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