]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] go/types: clean up type set/union intersection
authorRob Findley <rfindley@google.com>
Wed, 9 Jun 2021 22:31:55 +0000 (18:31 -0400)
committerRobert Findley <rfindley@google.com>
Thu, 17 Jun 2021 02:08:29 +0000 (02:08 +0000)
commitaecfd5c29e3d8cb168c180f4e14e981c58eb599c
tree9500e9a30f9dedba698a2f96b987c653265f0d29
parentc7a460526eb20752d92fef0456852a3e64bc47a0
[dev.typeparams] go/types: clean up type set/union intersection

This is a straightforward port of CL 323354 to go/types.

Change-Id: I53512540cc35df6e88b2b66e144e1be7ccc9a6f0
Reviewed-on: https://go-review.googlesource.com/c/go/+/326678
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/interface.go
src/go/types/predicates.go
src/go/types/sanitize.go
src/go/types/sizeof_test.go
src/go/types/subst.go
src/go/types/testdata/check/issues.go2
src/go/types/testdata/examples/constraints.go2
src/go/types/type.go
src/go/types/typestring.go
src/go/types/union.go