class RBS::TypeAliasRegularity::Diagnostic

属性

nonregular_type[R]
type_name[R]

公共类方法

new(type_name:, nonregular_type:) 点击切换源代码
# File rbs-3.8.0/lib/rbs/type_alias_regularity.rb, line 8
def initialize(type_name:, nonregular_type:)
  @type_name = type_name
  @nonregular_type = nonregular_type
end