class Prism::MatchWriteNode

def deconstruct_keys(keys)

def deconstruct_keys: (Array[Symbol] keys) -> { call: CallNode, targets: Array[Node], location: Location }
def deconstruct_keys(keys)
  { call: call, targets: targets, location: location }
end