Is the definition the one that introduced mclass?

Property definitions

nitc $ MClassDef :: is_intro
	# Is the definition the one that introduced `mclass`?
	fun is_intro: Bool do return isset mclass._intro and mclass.intro == self
src/model/model.nit:772,2--773,74