nitc :: MExplicitSuper :: defaultinit
class MExplicitSuper super NitniCallback var from: MPropDef redef fun hash do return from.hash redef fun ==(o) do return o isa MExplicitSuper and from == o.from end