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

Property definitions

nitc $ MClassDef :: _mpropdefs_by_property
	# All property introductions and redefinitions (not inheritance) in `self` by its associated property.
	var mpropdefs_by_property = new HashMap[MProperty, MPropDef]
src/model/model.nit:784,2--785,61