summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/eq_begin_line_numbers.txt
blob: a5fc3951d69d2df3cc5477209ea594993f4b05ec (plain)
1
2
3
4
5
6
7
8
9
10
11
@ ProgramNode (location: (1,0)-(6,1))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(6,1))
    └── body: (length: 2)
        ├── @ IntegerNode (location: (1,0)-(1,1))
        │   ├── flags: decimal
        │   └── value: 1
        └── @ IntegerNode (location: (6,0)-(6,1))
            ├── flags: decimal
            └── value: 2