Is self the definition that introduce the property?

Property definitions

nitc $ MPropDef :: is_intro
	# Is self the definition that introduce the property?
	fun is_intro: Bool do return isset mproperty._intro and mproperty.intro == self
src/model/model.nit:2614,2--2615,80