The bound of the virtual type

Property definitions

nitc $ ATypePropdef :: n_type=
	# The bound of the virtual type
	var n_type: AType is writable, noinit
src/parser/parser_nodes.nit:1599,2--1600,38

nitc :: parser_prod $ ATypePropdef :: n_type=
	redef fun n_type=(node)
	do
		_n_type = node
		node.parent = self
	end
src/parser/parser_prod.nit:1117,2--1121,4