The definition that introduces the property.

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

Property definitions

nitc $ MProperty :: intro=
	# The definition that introduces the property.
	#
	# Warning: such a definition may not exist in the early life of the object.
	# In this case, the method will abort.
	var intro: MPROPDEF is noinit
src/model/model.nit:2209,2--2213,30