summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/arg_scope.txt
blob: c04356b8eea4989c661684c992875a4542438d19 (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
31
32
33
34
@ ProgramNode (location: (1,0)-(1,13))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,13))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,13))
            ├── flags: ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :lambda
            ├── message_loc: (1,0)-(1,6) = "lambda"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            └── block:
                @ BlockNode (location: (1,6)-(1,13))
                ├── locals: [:a]
                ├── parameters:
                │   @ BlockParametersNode (location: (1,7)-(1,11))
                │   ├── parameters: ∅
                │   ├── locals: (length: 1)
                │   │   └── @ BlockLocalVariableNode (location: (1,9)-(1,10))
                │   │       ├── flags: ∅
                │   │       └── name: :a
                │   ├── opening_loc: (1,7)-(1,8) = "|"
                │   └── closing_loc: (1,10)-(1,11) = "|"
                ├── body:
                │   @ StatementsNode (location: (1,11)-(1,12))
                │   └── body: (length: 1)
                │       └── @ LocalVariableReadNode (location: (1,11)-(1,12))
                │           ├── name: :a
                │           └── depth: 0
                ├── opening_loc: (1,6)-(1,7) = "{"
                └── closing_loc: (1,12)-(1,13) = "}"