@ ProgramNode (location: (1,0)-(1,12))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,12))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,12))
            ├── flags: newline, attribute_write
            ├── receiver:
            │   @ CallNode (location: (1,0)-(1,3))
            │   ├── flags: variable_call, ignore_visibility
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── name: :foo
            │   ├── message_loc: (1,0)-(1,3) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   └── block: ∅
            ├── call_operator_loc: (1,3)-(1,4) = "."
            ├── name: :🌊=
            ├── message_loc: (1,4)-(1,8) = "🌊"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (1,11)-(1,12))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ IntegerNode (location: (1,11)-(1,12))
            │           ├── flags: static_literal, decimal
            │           └── value: 1
            ├── closing_loc: ∅
            └── block: ∅
