@Override
 public JSType caseObjectType(ObjectType type) {
   return type.isSubtype(getNativeType(ARRAY_TYPE)) ? null : type;
 }