What is the APropdef associated to a MProperty?

Used to check multiple definition of a property.

Property definitions

nitc :: modelize_property $ MClassDef :: _mprop2npropdef
	# What is the `APropdef` associated to a `MProperty`?
	# Used to check multiple definition of a property.
	var mprop2npropdef: Map[MProperty, APropdef] = new HashMap[MProperty, APropdef]
src/modelize/modelize_property.nit:530,2--532,80