aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/until_mod.txt
blob: 11745900e5d991f0cc0acf906f393e35ac24bed9 (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
@ ProgramNode (location: (1,0)-(1,14))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,14))
    └── body: (length: 1)
        └── @ UntilNode (location: (1,0)-(1,14))
            ├── keyword_loc: (1,5)-(1,10) = "until"
            ├── closing_loc: ∅
            ├── predicate:
            │   @ CallNode (location: (1,11)-(1,14))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── name: :foo
            │   ├── message_loc: (1,11)-(1,14) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   └── flags: variable_call
            ├── statements:
            │   @ StatementsNode (location: (1,0)-(1,4))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (1,0)-(1,4))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── name: :meth
            │           ├── message_loc: (1,0)-(1,4) = "meth"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           ├── block: ∅
            │           └── flags: variable_call
            └── flags: ∅