@ ProgramNode (location: (1,0)-(1,4))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,4))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ RangeNode (location: (1,0)-(1,4))
            ├── flags: newline, static_literal, exclude_end
            ├── left:
            │   @ IntegerNode (location: (1,0)-(1,1))
            │   ├── flags: static_literal, decimal
            │   └── value: 2
            ├── right: ∅
            └── operator_loc: (1,1)-(1,4) = "..."
