Foo::Bar, = baz ^^^^^^^^
foo[bar] ||= baz ^^^^^^^^^^^^^^^^
@foo = 1 ^^^^^^^^ @foo, @bar = 1 ^^^^ ^^^^
if /foo/ then end ^^^^^
def foo(**nil); end ^^^^^
def foo(bar: baz); end ^^^^^^^^
@@foo ||= bar ^^^^^^^^^^^^^
Visit a constant path that is part of a write node.
Foo::Bar &&= baz ^^^^^^^^^^^^^^^^
$foo ||= bar ^^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
if /foo #{bar}/ then end ^^^^^^^^^^^^
foo ||= bar ^^^^^^^^^^^
@@foo ||= bar ^^^^^^^^^^^^^
Foo::Bar &&= baz ^^^^^^^^^^^^^^^^
$foo ||= bar ^^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
if /foo #{bar}/ then end ^^^^^^^^^^^^