Property definitions

nitc $ TClassid :: defaultinit
# A class (or formal type) identifier. They start with an uppercase.
class TClassid
	super Token
	redef fun to_s
	do
		do return "type identifier '{text}'"
	end
end
src/parser/parser_nodes.nit:1006,1--1013,3