class Steep::TypeInference::MethodCall::Typed

def initialize(node:, context:, method_name:, receiver_type:, actual_method_type:, method_decls:, return_type: actual_method_type.return_type)

def initialize(node:, context:, method_name:, receiver_type:, actual_method_type:, method_decls:, return_type: actual_method_type.return_type)
  super(node: node, context: context, method_name: method_name, receiver_type: receiver_type, return_type: return_type)
  @actual_method_type = actual_method_type
  @method_decls = method_decls
end