class Steep::Errors::UnknownConstantAssigned
def initialize(node:, type:)
def initialize(node:, type:) super(node: node) @type = type end
def to_s
def to_s "#{location_to_str}: UnknownConstantAssigned: type=#{type}" end
def initialize(node:, type:) super(node: node) @type = type end
def to_s "#{location_to_str}: UnknownConstantAssigned: type=#{type}" end