summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/const_op_asgn_or.txt
blob: 067e0fbb93d7ebc1a91c1625a788a9909a70f288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@ ProgramNode (location: (1,0)-(1,10))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,10))
    └── body: (length: 1)
        └── @ ConstantPathOrWriteNode (location: (1,0)-(1,10))
            ├── target:
            │   @ ConstantPathNode (location: (1,0)-(1,4))
            │   ├── parent:
            │   │   @ ConstantReadNode (location: (1,0)-(1,1))
            │   │   └── name: :X
            │   ├── child:
            │   │   @ ConstantReadNode (location: (1,3)-(1,4))
            │   │   └── name: :Y
            │   └── delimiter_loc: (1,1)-(1,3) = "::"
            ├── operator_loc: (1,5)-(1,8) = "||="
            └── value:
                @ IntegerNode (location: (1,9)-(1,10))
                ├── flags: decimal
                └── value: 1