class Prism::AssocNode

def initialize(key, value, operator_loc, location)

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