]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: (slightly) refactor tpWalker.isParameterized (cleanup)
authorRobert Griesemer <gri@golang.org>
Thu, 13 Apr 2023 20:58:45 +0000 (13:58 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 17 Apr 2023 13:22:51 +0000 (13:22 +0000)
commit13f0b8f421bb37f5c9307eefe2b0c9fdb81c9ed1
tree4b62876e4b962e52117d1def480436019d82b401
parent0853f8caec60f59df234c287be7f5971ab62133f
go/types, types2: (slightly) refactor tpWalker.isParameterized (cleanup)

Match the structure of cycleFinder. Removes a TODO.

Change-Id: Iec0abfc809cd522f64db8900a1f8a70cbba504ee
Reviewed-on: https://go-review.googlesource.com/c/go/+/484615
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/infer.go
src/go/types/infer.go