Cache for classid

Property definitions

nitc $ GlobalCompiler :: _classids
	# Cache for classid
	protected var classids: HashMap[MClassType, String] = new HashMap[MClassType, String]
src/compiler/global_compiler.nit:158,2--159,86