summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/cond_eflipflop_with_endless_range.txt
blob: c85ff292a5511fd4417d2fb00ac32b73747ca24b (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
@ ProgramNode (location: (1,0)-(1,14))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,14))
    └── body: (length: 1)
        └── @ IfNode (location: (1,0)-(1,14))
            ├── if_keyword_loc: (1,0)-(1,2) = "if"
            ├── predicate:
            │   @ FlipFlopNode (location: (1,3)-(1,9))
            │   ├── flags: exclude_end
            │   ├── left:
            │   │   @ CallNode (location: (1,3)-(1,6))
            │   │   ├── flags: variable_call, ignore_visibility
            │   │   ├── receiver: ∅
            │   │   ├── call_operator_loc: ∅
            │   │   ├── name: :foo
            │   │   ├── message_loc: (1,3)-(1,6) = "foo"
            │   │   ├── opening_loc: ∅
            │   │   ├── arguments: ∅
            │   │   ├── closing_loc: ∅
            │   │   └── block: ∅
            │   ├── right: ∅
            │   └── operator_loc: (1,6)-(1,9) = "..."
            ├── then_keyword_loc: ∅
            ├── statements: ∅
            ├── consequent: ∅
            └── end_keyword_loc: (1,11)-(1,14) = "end"