class Steep::TypeInference::MethodCall::Base

def hash

def hash
  node.hash ^ context.hash ^ method_name.hash ^ return_type.hash ^ receiver_type.hash
end