@ ProgramNode (location: (1,0)-(1,13))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,13))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ ConstantPathWriteNode (location: (1,0)-(1,13))
            ├── flags: newline
            ├── target:
            │   @ ConstantPathNode (location: (1,0)-(1,8))
            │   ├── flags: ∅
            │   ├── parent:
            │   │   @ ConstantReadNode (location: (1,0)-(1,3))
            │   │   ├── flags: ∅
            │   │   └── name: :Bar
            │   ├── name: :Foo
            │   ├── delimiter_loc: (1,3)-(1,5) = "::"
            │   └── name_loc: (1,5)-(1,8) = "Foo"
            ├── operator_loc: (1,9)-(1,10) = "="
            └── value:
                @ IntegerNode (location: (1,11)-(1,13))
                ├── flags: static_literal, decimal
                └── value: 10
