summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/masgn_star.txt
blob: 3e01eef8a78c721e5e60ca3601d60a63c4657dac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@ ProgramNode (location: (1,0)-(1,5))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,5))
    └── body: (length: 1)
        └── @ MultiWriteNode (location: (1,0)-(1,5))
            ├── lefts: (length: 0)
            ├── rest:
            │   @ SplatNode (location: (1,0)-(1,1))
            │   ├── operator_loc: (1,0)-(1,1) = "*"
            │   └── expression: ∅
            ├── rights: (length: 0)
            ├── lparen_loc: ∅
            ├── rparen_loc: ∅
            ├── operator_loc: (1,2)-(1,3) = "="
            └── value:
                @ IntegerNode (location: (1,4)-(1,5))
                ├── flags: decimal
                └── value: 1