summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/bug290.txt
blob: 4f1e673c4b3dc1727a7faf0709b686e2558abdcf (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
@ ProgramNode (location: (1,0)-(3,3))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,3))
    └── body: (length: 1)
        └── @ BeginNode (location: (1,0)-(3,3))
            ├── begin_keyword_loc: (1,0)-(1,5) = "begin"
            ├── statements:
            │   @ StatementsNode (location: (2,2)-(2,5))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (2,2)-(2,5))
            │           ├── flags: variable_call, ignore_visibility
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── name: :foo
            │           ├── message_loc: (2,2)-(2,5) = "foo"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           └── block: ∅
            ├── rescue_clause: ∅
            ├── else_clause: ∅
            ├── ensure_clause: ∅
            └── end_keyword_loc: (3,0)-(3,3) = "end"