class Steep::AST::MethodType
def initialize(location:, type_params:, params:, block:, return_type:)
def initialize(location:, type_params:, params:, block:, return_type:) @location = location @type_params = type_params @params = params @block = block @return_type = return_type end