summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/indented_file_end.txt
blob: aa43ec5a1e009cb7a3b85d1bc7c1640e0aa254a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@ ProgramNode (location: (1,4)-(3,7))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,4)-(3,7))
    └── body: (length: 1)
        └── @ DefNode (location: (1,4)-(3,7))
            ├── name: :hi
            ├── name_loc: (1,8)-(1,10) = "hi"
            ├── receiver: ∅
            ├── parameters: ∅
            ├── body: ∅
            ├── locals: []
            ├── def_keyword_loc: (1,4)-(1,7) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: ∅
            ├── rparen_loc: ∅
            ├── equal_loc: ∅
            └── end_keyword_loc: (3,4)-(3,7) = "end"