class IDL::Type::Const

def matches?(idltype)

def matches?(idltype)
  super && self.type.resolved_type.matches?(idltype.type.resolved_type)
end