| ... | @@ -1416,9 +1416,7 @@ fn renderFnProto(gpa: *Allocator, ais: *Ais, tree: ast.Tree, fn_proto: ast.full. | ... | @@ -1416,9 +1416,7 @@ fn renderFnProto(gpa: *Allocator, ais: *Ais, tree: ast.Tree, fn_proto: ast.full. |
| 1416 | continue; | 1416 | continue; |
| 1417 | }, | 1417 | }, |
| 1418 | .r_paren => break, | 1418 | .r_paren => break, |
| 1419 | else => { | 1419 | else => unreachable, |
| 1420 | std.debug.print("\n{}\n", .{token_tags[last_param_token]}); | | |
| 1421 | }, | | |
| 1422 | } | 1420 | } |
| 1423 | if (token_tags[last_param_token] == .identifier) { | 1421 | if (token_tags[last_param_token] == .identifier) { |
| 1424 | try renderToken(ais, tree, last_param_token, .none); // name | 1422 | try renderToken(ais, tree, last_param_token, .none); // name |