summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/send_lambda_args.txt
blob: f61f622bdd9db46bd2961646cd223d636916092a (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
@ ProgramNode (location: (1,0)-(3,9))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,9))
    └── body: (length: 2)
        ├── @ LambdaNode (location: (1,0)-(1,10))
        │   ├── locals: [:a]
        │   ├── operator_loc: (1,0)-(1,2) = "->"
        │   ├── opening_loc: (1,7)-(1,8) = "{"
        │   ├── closing_loc: (1,9)-(1,10) = "}"
        │   ├── parameters:
        │   │   @ BlockParametersNode (location: (1,3)-(1,6))
        │   │   ├── parameters:
        │   │   │   @ ParametersNode (location: (1,4)-(1,5))
        │   │   │   ├── requireds: (length: 1)
        │   │   │   │   └── @ RequiredParameterNode (location: (1,4)-(1,5))
        │   │   │   │       ├── flags: ∅
        │   │   │   │       └── name: :a
        │   │   │   ├── optionals: (length: 0)
        │   │   │   ├── rest: ∅
        │   │   │   ├── posts: (length: 0)
        │   │   │   ├── keywords: (length: 0)
        │   │   │   ├── keyword_rest: ∅
        │   │   │   └── block: ∅
        │   │   ├── locals: (length: 0)
        │   │   ├── opening_loc: (1,3)-(1,4) = "("
        │   │   └── closing_loc: (1,5)-(1,6) = ")"
        │   └── body: ∅
        └── @ LambdaNode (location: (3,0)-(3,9))
            ├── locals: [:a]
            ├── operator_loc: (3,0)-(3,2) = "->"
            ├── opening_loc: (3,6)-(3,7) = "{"
            ├── closing_loc: (3,8)-(3,9) = "}"
            ├── parameters:
            │   @ BlockParametersNode (location: (3,2)-(3,5))
            │   ├── parameters:
            │   │   @ ParametersNode (location: (3,3)-(3,4))
            │   │   ├── requireds: (length: 1)
            │   │   │   └── @ RequiredParameterNode (location: (3,3)-(3,4))
            │   │   │       ├── flags: ∅
            │   │   │       └── name: :a
            │   │   ├── optionals: (length: 0)
            │   │   ├── rest: ∅
            │   │   ├── posts: (length: 0)
            │   │   ├── keywords: (length: 0)
            │   │   ├── keyword_rest: ∅
            │   │   └── block: ∅
            │   ├── locals: (length: 0)
            │   ├── opening_loc: (3,2)-(3,3) = "("
            │   └── closing_loc: (3,4)-(3,5) = ")"
            └── body: ∅