aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/super.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/super.txt')
-rw-r--r--test/yarp/snapshots/super.txt42
1 files changed, 21 insertions, 21 deletions
diff --git a/test/yarp/snapshots/super.txt b/test/yarp/snapshots/super.txt
index 5fd1147a6e..24a7ae81a9 100644
--- a/test/yarp/snapshots/super.txt
+++ b/test/yarp/snapshots/super.txt
@@ -1,37 +1,37 @@
-@ ProgramNode (location: (0...40))
+@ ProgramNode (location: (1,0)-(7,14))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...40))
+ @ StatementsNode (location: (1,0)-(7,14))
└── body: (length: 4)
- ├── @ ForwardingSuperNode (location: (0...5))
+ ├── @ ForwardingSuperNode (location: (1,0)-(1,5))
│ └── block: ∅
- ├── @ SuperNode (location: (7...14))
- │ ├── keyword_loc: (7...12) = "super"
- │ ├── lparen_loc: (12...13) = "("
+ ├── @ SuperNode (location: (3,0)-(3,7))
+ │ ├── keyword_loc: (3,0)-(3,5) = "super"
+ │ ├── lparen_loc: (3,5)-(3,6) = "("
│ ├── arguments: ∅
- │ ├── rparen_loc: (13...14) = ")"
+ │ ├── rparen_loc: (3,6)-(3,7) = ")"
│ └── block: ∅
- ├── @ SuperNode (location: (16...24))
- │ ├── keyword_loc: (16...21) = "super"
- │ ├── lparen_loc: (21...22) = "("
+ ├── @ SuperNode (location: (5,0)-(5,8))
+ │ ├── keyword_loc: (5,0)-(5,5) = "super"
+ │ ├── lparen_loc: (5,5)-(5,6) = "("
│ ├── arguments:
- │ │ @ ArgumentsNode (location: (22...23))
+ │ │ @ ArgumentsNode (location: (5,6)-(5,7))
│ │ └── arguments: (length: 1)
- │ │ └── @ IntegerNode (location: (22...23))
+ │ │ └── @ IntegerNode (location: (5,6)-(5,7))
│ │ └── flags: decimal
- │ ├── rparen_loc: (23...24) = ")"
+ │ ├── rparen_loc: (5,7)-(5,8) = ")"
│ └── block: ∅
- └── @ SuperNode (location: (26...40))
- ├── keyword_loc: (26...31) = "super"
- ├── lparen_loc: (31...32) = "("
+ └── @ SuperNode (location: (7,0)-(7,14))
+ ├── keyword_loc: (7,0)-(7,5) = "super"
+ ├── lparen_loc: (7,5)-(7,6) = "("
├── arguments:
- │ @ ArgumentsNode (location: (32...39))
+ │ @ ArgumentsNode (location: (7,6)-(7,13))
│ └── arguments: (length: 3)
- │ ├── @ IntegerNode (location: (32...33))
+ │ ├── @ IntegerNode (location: (7,6)-(7,7))
│ │ └── flags: decimal
- │ ├── @ IntegerNode (location: (35...36))
+ │ ├── @ IntegerNode (location: (7,9)-(7,10))
│ │ └── flags: decimal
- │ └── @ IntegerNode (location: (38...39))
+ │ └── @ IntegerNode (location: (7,12)-(7,13))
│ └── flags: decimal
- ├── rparen_loc: (39...40) = ")"
+ ├── rparen_loc: (7,13)-(7,14) = ")"
└── block: ∅