@ ProgramNode (location: (1,0)-(1,9))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,9))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ ConstantPathAndWriteNode (location: (1,0)-(1,9))
            ├── flags: newline
            ├── target:
            │   @ ConstantPathNode (location: (1,0)-(1,3))
            │   ├── flags: ∅
            │   ├── parent: ∅
            │   ├── name: :X
            │   ├── delimiter_loc: (1,0)-(1,2) = "::"
            │   └── name_loc: (1,2)-(1,3) = "X"
            ├── operator_loc: (1,4)-(1,7) = "&&="
            └── value:
                @ IntegerNode (location: (1,8)-(1,9))
                ├── flags: static_literal, decimal
                └── value: 1
