summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/if_symbol.txt
blob: 85ec52b4c82837b4b2d224ad8c59265578543e45 (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
@ ProgramNode (location: (1,0)-(1,12))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,12))
    └── body: (length: 1)
        └── @ IfNode (location: (1,0)-(1,12))
            ├── if_keyword_loc: (1,0)-(1,2) = "if"
            ├── predicate:
            │   @ CallNode (location: (1,3)-(1,7))
            │   ├── flags: ignore_visibility
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── name: :f
            │   ├── message_loc: (1,3)-(1,4) = "f"
            │   ├── opening_loc: ∅
            │   ├── arguments:
            │   │   @ ArgumentsNode (location: (1,5)-(1,7))
            │   │   ├── flags: ∅
            │   │   └── arguments: (length: 1)
            │   │       └── @ SymbolNode (location: (1,5)-(1,7))
            │   │           ├── flags: forced_us_ascii_encoding
            │   │           ├── opening_loc: (1,5)-(1,6) = ":"
            │   │           ├── value_loc: (1,6)-(1,7) = "x"
            │   │           ├── closing_loc: ∅
            │   │           └── unescaped: "x"
            │   ├── closing_loc: ∅
            │   └── block: ∅
            ├── then_keyword_loc: ∅
            ├── statements: ∅
            ├── consequent: ∅
            └── end_keyword_loc: (1,9)-(1,12) = "end"