class RBS::TypeAliasRegularity::Diagnostic

Attributes

nonregular_type[R]
type_name[R]

Public Class Methods

new(type_name:, nonregular_type:) click to toggle source
# File rbs-2.8.2/lib/rbs/type_alias_regularity.rb, line 8
def initialize(type_name:, nonregular_type:)
  @type_name = type_name
  @nonregular_type = nonregular_type
end