class Steep::AST::MethodType::Params::Optional

def initialize(location:, type:, next_params: nil)

def initialize(location:, type:, next_params: nil)
  super(location: location)
  @type = type
  @next_params = next_params
end