The definition that introduces the class.

Warning: such a definition may not exist in the early life of the object. In this case, the method will abort.

Use try_intro instead.

Property definitions

nitc $ MClass :: intro=
	# The definition that introduces the class.
	#
	# Warning: such a definition may not exist in the early life of the object.
	# In this case, the method will abort.
	#
	# Use `try_intro` instead.
	var intro: MClassDef is noinit
src/model/model.nit:544,2--550,31