aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/BEGIN.txt
blob: 3595e2a05c82a9f1309f44c393a228727c41a27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ ProgramNode (location: (1,0)-(1,12))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,12))
    └── body: (length: 1)
        └── @ PreExecutionNode (location: (1,0)-(1,12))
            ├── statements:
            │   @ StatementsNode (location: (1,8)-(1,10))
            │   └── body: (length: 1)
            │       └── @ IntegerNode (location: (1,8)-(1,10))
            │           └── flags: decimal
            ├── keyword_loc: (1,0)-(1,5) = "BEGIN"
            ├── opening_loc: (1,6)-(1,7) = "{"
            └── closing_loc: (1,11)-(1,12) = "}"