class YARP::AssocSplatNode

def initialize(value, operator_loc, location)

def initialize: (value: Node?, operator_loc: Location, location: Location) -> void
def initialize(value, operator_loc, location)
  @value = value
  @operator_loc = operator_loc
  @location = location
end