summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/dstr_evstr_empty_end.txt
blob: 53f97e4b3634be9228cb5ab204c6adea07a6973f (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
@ ProgramNode (location: (1,0)-(1,11))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,11))
    └── body: (length: 1)
        └── @ InterpolatedSymbolNode (location: (1,0)-(1,11))
            ├── opening_loc: (1,0)-(1,2) = ":\""
            ├── parts: (length: 1)
            │   └── @ EmbeddedStatementsNode (location: (1,2)-(1,10))
            │       ├── opening_loc: (1,2)-(1,4) = "\#{"
            │       ├── statements:
            │       │   @ StatementsNode (location: (1,4)-(1,9))
            │       │   └── body: (length: 1)
            │       │       └── @ CallNode (location: (1,4)-(1,9))
            │       │           ├── flags: variable_call, ignore_visibility
            │       │           ├── receiver: ∅
            │       │           ├── call_operator_loc: ∅
            │       │           ├── name: :field
            │       │           ├── message_loc: (1,4)-(1,9) = "field"
            │       │           ├── opening_loc: ∅
            │       │           ├── arguments: ∅
            │       │           ├── closing_loc: ∅
            │       │           └── block: ∅
            │       └── closing_loc: (1,9)-(1,10) = "}"
            └── closing_loc: (1,10)-(1,11) = "\""