removed accidental leftover code
This commit is contained in:
parent
c8af53ef7a
commit
bdbfea0737
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user