| ... | @@ -4227,7 +4227,7 @@ fn srcLocInfo( | ... | @@ -4227,7 +4227,7 @@ fn srcLocInfo( |
| 4227 | const tok_idx = tokens[node_idx]; | 4227 | const tok_idx = tokens[node_idx]; |
| 4228 | const start = tree.tokens.items(.start)[tok_idx]; | 4228 | const start = tree.tokens.items(.start)[tok_idx]; |
| 4229 | const loc = tree.tokenLocation(parent_src.bytes, tok_idx); | 4229 | const loc = tree.tokenLocation(parent_src.bytes, tok_idx); |
| 4230 | return .{ | 4230 | return SrcLocInfo{ |
| 4231 | .line = parent_src.line + loc.line, | 4231 | .line = parent_src.line + loc.line, |
| 4232 | .bytes = start, | 4232 | .bytes = start, |
| 4233 | .src_node = sn, | 4233 | .src_node = sn, |