The type keyword

Property definitions

nitc $ ADebugTypeExpr :: n_kwtype=
	# The `type` keyword
	var n_kwtype: TKwtype is writable, noinit
src/parser/parser_nodes.nit:2856,2--2857,42

nitc :: parser_prod $ ADebugTypeExpr :: n_kwtype=
	redef fun n_kwtype=(node)
	do
		_n_kwtype = node
		node.parent = self
	end
src/parser/parser_prod.nit:7288,2--7292,4