diff --git a/src/analysis.zig b/src/analysis.zig index 2e836e5..2291646 100644 --- a/src/analysis.zig +++ b/src/analysis.zig @@ -582,8 +582,6 @@ pub fn resolveTypeOfNodeInternal( if (try lookupSymbolGlobal(store, arena, handle, handle.tree.getNodeSource(node), handle.tree.token_locs[node.firstToken()].start)) |child| { switch (child.decl.*) { .ast_node => |n| if (n == node) return null, - // @TODO - .param_decl => |p_decl| {}, else => {}, } return try child.resolveType(store, arena, bound_type_params);