summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/super_arg.txt
blob: 61b5f0b63137d0b3f83283567f10ff5f91d5723c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@ 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))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ IntegerNode (location: (1,6)-(1,8))
            │           ├── flags: decimal
            │           └── value: 42
            ├── rparen_loc: ∅
            └── block: ∅