@ ProgramNode (location: (0...10))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...10))
    └── body: (length: 1)
        └── @ ClassVariableWriteNode (location: (0...10))
            ├── name: :@@var
            ├── name_loc: (0...5) = "@@var"
            ├── value:
            │   @ IntegerNode (location: (8...10))
            │   └── flags: decimal
            └── operator_loc: (6...7) = "="
