Skip to content

Commit 2c12252

Browse files
committed
update
1 parent 7575588 commit 2c12252

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lang/golang/parser/utils.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ func getNamedTypes(typ types.Type, visited map[types.Type]bool) (tys []types.Obj
189189
}
190190

191191
visited[typ] = true
192-
defer delete(visited, typ)
193192

194193
switch t := typ.(type) {
195194
case *types.Pointer:

0 commit comments

Comments
 (0)