summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/parse_line_block.txt
blob: 623c08d50e3ca398bcc5c4b01df4f082679a3caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@ ProgramNode (location: (1,0)-(2,3))
├── locals: [:a]
└── statements:
    @ StatementsNode (location: (1,0)-(2,3))
    └── body: (length: 2)
        ├── @ LocalVariableWriteNode (location: (1,0)-(1,6))
        │   ├── name: :a
        │   ├── depth: 0
        │   ├── name_loc: (1,0)-(1,1) = "a"
        │   ├── value:
        │   │   @ IntegerNode (location: (1,4)-(1,6))
        │   │   ├── flags: decimal
        │   │   └── value: 42
        │   └── operator_loc: (1,2)-(1,3) = "="
        └── @ CallNode (location: (2,0)-(2,3))
            ├── flags: ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :p
            ├── message_loc: (2,0)-(2,1) = "p"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (2,2)-(2,3))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ LocalVariableReadNode (location: (2,2)-(2,3))
            │           ├── name: :a
            │           └── depth: 0
            ├── closing_loc: ∅
            └── block: ∅