class Steep::Errors::IncompatibleZuper

def initialize(node:, method:)

def initialize(node:, method:)
  super(node: node)
  @method = method
end

def to_s

def to_s
  "#{location_to_str}: IncompatibleZuper: method=#{method}"
end