class IDL::Type::Void

def narrow(obj)

def narrow(obj)
  typeerror(obj) unless obj.nil?
  obj
end