]> Cypherpunks repositories - gostls13.git/commit
go/types: partial revert of incorrect unification "fix"
authorRobert Griesemer <gri@golang.org>
Fri, 8 Oct 2021 00:02:53 +0000 (17:02 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 8 Oct 2021 00:24:52 +0000 (00:24 +0000)
commit78d749fbe978bf6eac9c5e11aa4641dc126c9128
treeabd9550f9acdb5c0c0567f8be4ae2b407bb8688d
parent5780be401fbf1c4766f45301e727fde4a89ac2cc
go/types: partial revert of incorrect unification "fix"

This is a port of CL 354690 from types2 to go/types.

Change-Id: I50e7297a67e37d261335260e285b9cb1c0d2a62d
Reviewed-on: https://go-review.googlesource.com/c/go/+/354691
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/go/types/testdata/fixedbugs/issue48619.go2
src/go/types/testdata/fixedbugs/issue48656.go2
src/go/types/testdata/fixedbugs/issue48695.go2 [new file with mode: 0644]
src/go/types/unify.go