The identifier for a new-style attribute

Property definitions

nitc $ AAttrPropdef :: n_id2=
	# The identifier for a new-style attribute
	var n_id2: TId is writable, noinit
src/parser/parser_nodes.nit:1377,2--1378,35

nitc :: parser_prod $ AAttrPropdef :: n_id2=
	redef fun n_id2=(node)
	do
		_n_id2 = node
		node.parent = self
	end
src/parser/parser_prod.nit:933,2--937,4