# File rbs-2.1.0/lib/rbs/errors.rb, line 439 def initialize(diagnostic,, location)) @diagnostic = diagnostic @location = location super "#{Location.to_string location}: Nonregular generic type alias is prohibited: #{diagnostic.type_name}, #{diagnostic.nonregular_type}" end