class YARP::NoKeywordsParameterNode

def initialize(operator_loc, keyword_loc, location)

def initialize: (operator_loc: Location, keyword_loc: Location, location: Location) -> void
def initialize(operator_loc, keyword_loc, location)
  @operator_loc = operator_loc
  @keyword_loc = keyword_loc
  @location = location
end