class Solargraph::ComplexType::UniqueType

def generic?

def generic?
  name == GENERIC_TAG_NAME || all_params.any?(&:generic?)
end