summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/cvasgn.txt
blob: f3eceed4a47a358340652ecd79e0c04594372624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@ ProgramNode (location: (1,0)-(1,10))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,10))
    └── body: (length: 1)
        └── @ ClassVariableWriteNode (location: (1,0)-(1,10))
            ├── name: :@@var
            ├── name_loc: (1,0)-(1,5) = "@@var"
            ├── value:
            │   @ IntegerNode (location: (1,8)-(1,10))
            │   ├── flags: decimal
            │   └── value: 10
            └── operator_loc: (1,6)-(1,7) = "="