class Steep::Errors::IncompatibleArguments

def to_s

def to_s
  "#{location_to_str}: IncompatibleArguments: receiver=#{receiver_type}, method_type=#{method_type}"
end