nitc :: MClassDef :: mprop2npropdef=
APropdef
MProperty
Used to check multiple definition of a property.
# 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]