class Prism::MatchWriteNode

def deconstruct_keys(keys)

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