summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/arg.txt
blob: 38fdb190f36696de14c7524f1044ae15fb063365 (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
@ ProgramNode (location: (1,0)-(3,20))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,20))
    └── body: (length: 2)
        ├── @ DefNode (location: (1,0)-(1,15))
        │   ├── name: :f
        │   ├── name_loc: (1,4)-(1,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (1,6)-(1,9))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (1,6)-(1,9))
        │   │   │       ├── flags: ∅
        │   │   │       └── name: :foo
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:foo]
        │   ├── def_keyword_loc: (1,0)-(1,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (1,5)-(1,6) = "("
        │   ├── rparen_loc: (1,9)-(1,10) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (1,12)-(1,15) = "end"
        └── @ DefNode (location: (3,0)-(3,20))
            ├── name: :f
            ├── name_loc: (3,4)-(3,5) = "f"
            ├── receiver: ∅
            ├── parameters:
            │   @ ParametersNode (location: (3,6)-(3,14))
            │   ├── requireds: (length: 2)
            │   │   ├── @ RequiredParameterNode (location: (3,6)-(3,9))
            │   │   │   ├── flags: ∅
            │   │   │   └── name: :foo
            │   │   └── @ RequiredParameterNode (location: (3,11)-(3,14))
            │   │       ├── flags: ∅
            │   │       └── name: :bar
            │   ├── optionals: (length: 0)
            │   ├── rest: ∅
            │   ├── posts: (length: 0)
            │   ├── keywords: (length: 0)
            │   ├── keyword_rest: ∅
            │   └── block: ∅
            ├── body: ∅
            ├── locals: [:foo, :bar]
            ├── def_keyword_loc: (3,0)-(3,3) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: (3,5)-(3,6) = "("
            ├── rparen_loc: (3,14)-(3,15) = ")"
            ├── equal_loc: ∅
            └── end_keyword_loc: (3,17)-(3,20) = "end"