class Prism::MatchWriteNode

def copy(**params)

def copy: (**params) -> MatchWriteNode
def copy(**params)
  MatchWriteNode.new(
    params.fetch(:call) { call },
    params.fetch(:targets) { targets },
    params.fetch(:location) { location },
  )
end