A list of statements.
Pattern constants get wrapped in another layer of :const.
Pattern
foo => [bar]
^^^^^
def foo(**); bar(**); end
^^
{ **foo }
foo => bar => baz
^^^^^^^^^^
Foo::Bar ^^^^^^^^