@ ProgramNode (location: (1,0)-(1,6))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,6))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ ArrayNode (location: (1,0)-(1,6))
            ├── flags: newline, static_literal
            ├── elements: (length: 2)
            │   ├── @ IntegerNode (location: (1,1)-(1,2))
            │   │   ├── flags: static_literal, decimal
            │   │   └── value: 1
            │   └── @ IntegerNode (location: (1,4)-(1,5))
            │       ├── flags: static_literal, decimal
            │       └── value: 2
            ├── opening_loc: (1,0)-(1,1) = "["
            └── closing_loc: (1,5)-(1,6) = "]"
