aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/super_arg.txt
blob: 41109adcc3a48413e09660fcb961050de797085e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@ ProgramNode (location: (1,0)-(1,8))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,8))
    └── body: (length: 1)
        └── @ SuperNode (location: (1,0)-(1,8))
            ├── keyword_loc: (1,0)-(1,5) = "super"
            ├── lparen_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (1,6)-(1,8))
            │   └── arguments: (length: 1)
            │       └── @ IntegerNode (location: (1,6)-(1,8))
            │           └── flags: decimal
            ├── rparen_loc: ∅
            └── block: ∅