@ ProgramNode (location: (1,0)-(1,20))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,20))
    └── body: (length: 1)
        └── @ ClassNode (location: (1,0)-(1,20))
            ├── locals: []
            ├── class_keyword_loc: (1,0)-(1,5) = "class"
            ├── constant_path:
            │   @ ConstantReadNode (location: (1,6)-(1,9))
            │   └── name: :Foo
            ├── inheritance_operator_loc: (1,10)-(1,11) = "<"
            ├── superclass:
            │   @ CallNode (location: (1,12)-(1,15))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (1,12)-(1,13) = "a"
            │   ├── opening_loc: ∅
            │   ├── arguments:
            │   │   @ ArgumentsNode (location: (1,13)-(1,15))
            │   │   ├── arguments: (length: 1)
            │   │   │   └── @ SymbolNode (location: (1,13)-(1,15))
            │   │   │       ├── opening_loc: (1,13)-(1,14) = ":"
            │   │   │       ├── value_loc: (1,14)-(1,15) = "b"
            │   │   │       ├── closing_loc: ∅
            │   │   │       └── unescaped: "b"
            │   │   └── flags: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: ∅
            │   └── name: :a
            ├── body: ∅
            ├── end_keyword_loc: (1,17)-(1,20) = "end"
            └── name: :Foo
