class Steep::Errors::IncompatibleAssignment

def to_s

def to_s
  "#{location_to_str}: IncompatibleAssignment: lhs_type=#{lhs_type}, rhs_type=#{rhs_type}"
end