summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/bug236.txt
blob: 203a39a793a2ccf60730f5c99c9b18971bd6f011 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
@ ProgramNode (location: (1,0)-(3,6))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,6))
    └── body: (length: 2)
        ├── @ CallNode (location: (1,0)-(1,7))
        │   ├── flags: ignore_visibility
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── name: :x
        │   ├── message_loc: (1,0)-(1,1) = "x"
        │   ├── opening_loc: ∅
        │   ├── arguments: ∅
        │   ├── closing_loc: ∅
        │   └── block:
        │       @ BlockNode (location: (1,1)-(1,7))
        │       ├── locals: [:a]
        │       ├── parameters:
        │       │   @ BlockParametersNode (location: (1,2)-(1,6))
        │       │   ├── parameters:
        │       │   │   @ ParametersNode (location: (1,3)-(1,5))
        │       │   │   ├── requireds: (length: 1)
        │       │   │   │   └── @ RequiredParameterNode (location: (1,3)-(1,4))
        │       │   │   │       ├── flags: ∅
        │       │   │   │       └── name: :a
        │       │   │   ├── optionals: (length: 0)
        │       │   │   ├── rest:
        │       │   │   │   @ ImplicitRestNode (location: (1,4)-(1,5))
        │       │   │   ├── posts: (length: 0)
        │       │   │   ├── keywords: (length: 0)
        │       │   │   ├── keyword_rest: ∅
        │       │   │   └── block: ∅
        │       │   ├── locals: (length: 0)
        │       │   ├── opening_loc: (1,2)-(1,3) = "|"
        │       │   └── closing_loc: (1,5)-(1,6) = "|"
        │       ├── body: ∅
        │       ├── opening_loc: (1,1)-(1,2) = "{"
        │       └── closing_loc: (1,6)-(1,7) = "}"
        └── @ CallNode (location: (3,0)-(3,6))
            ├── flags: ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :x
            ├── message_loc: (3,0)-(3,1) = "x"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            └── block:
                @ BlockNode (location: (3,1)-(3,6))
                ├── locals: [:a]
                ├── 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: ∅
                ├── opening_loc: (3,1)-(3,2) = "{"
                └── closing_loc: (3,5)-(3,6) = "}"