@ ProgramNode (location: (1,0)-(2,3))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(2,3))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ ClassNode (location: (1,0)-(2,3))
            ├── flags: newline
            ├── locals: []
            ├── class_keyword_loc: (1,0)-(1,5) = "class"
            ├── constant_path:
            │   @ ConstantReadNode (location: (1,6)-(1,7))
            │   ├── flags: ∅
            │   └── name: :A
            ├── inheritance_operator_loc: (1,8)-(1,9) = "<"
            ├── superclass:
            │   @ ConstantReadNode (location: (1,10)-(1,11))
            │   ├── flags: ∅
            │   └── name: :B
            ├── body: ∅
            ├── end_keyword_loc: (2,0)-(2,3) = "end"
            └── name: :A
