The dynamic type of the instance

ASSERT: not self.mtype.is_anchored

Property definitions

nitc $ Instance :: mtype
	# The dynamic type of the instance
	# ASSERT: not self.mtype.is_anchored
	var mtype: MType
src/interpreter/naive_interpreter.nit:713,2--715,17