class SyntaxTree::MutationVisitor

def visit_lbracket(node)

Visit a LBracket node.
def visit_lbracket(node)
  node.copy
end