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