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