class Prism::MatchWriteNode

def initialize(call, targets, location)

def initialize: (CallNode call, Array[Node] targets, Location location) -> void
def initialize(call, targets, location)
  @newline = false
  @call = call
  @targets = targets
  @location = location
end