@ ProgramNode (location: (1,0)-(1,12))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,12))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ ConstantPathOrWriteNode (location: (1,0)-(1,12))
            ├── flags: newline
            ├── target:
            │   @ ConstantPathNode (location: (1,0)-(1,6))
            │   ├── flags: ∅
            │   ├── parent:
            │   │   @ ConstantPathNode (location: (1,0)-(1,3))
            │   │   ├── flags: ∅
            │   │   ├── parent: ∅
            │   │   ├── name: :X
            │   │   ├── delimiter_loc: (1,0)-(1,2) = "::"
            │   │   └── name_loc: (1,2)-(1,3) = "X"
            │   ├── name: :Y
            │   ├── delimiter_loc: (1,3)-(1,5) = "::"
            │   └── name_loc: (1,5)-(1,6) = "Y"
            ├── operator_loc: (1,7)-(1,10) = "||="
            └── value:
                @ IntegerNode (location: (1,11)-(1,12))
                ├── flags: static_literal, decimal
                └── value: 1
