All property introductions and redefinitions in self (not inheritance).

Property definitions

nitc $ MClassDef :: mpropdefs=
	# All property introductions and redefinitions in `self` (not inheritance).
	var mpropdefs = new Array[MPropDef]
src/model/model.nit:778,2--779,36