]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] go/types: more consistent handling of predeclared "any"
authorRob Findley <rfindley@google.com>
Mon, 19 Jul 2021 14:58:40 +0000 (10:58 -0400)
committerRobert Findley <rfindley@google.com>
Mon, 19 Jul 2021 17:20:27 +0000 (17:20 +0000)
commit6bf2667d4ef7dee76d308c0ac7acd0d409213b8a
tree0612a346392e94210fc44b61c1301499dc3c56e6
parent7e714f448eaf2c489c32bfff5c00f5f5ad6ea289
[dev.typeparams] go/types: more consistent handling of predeclared "any"

This is a port of CL 334911 to go/types.

Change-Id: I2cafdc76cb4d06ba82188c530f35952c1f77d292
Reviewed-on: https://go-review.googlesource.com/c/go/+/335569
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/decl.go
src/go/types/object_test.go
src/go/types/testdata/check/typeparams.go2
src/go/types/typexpr.go
src/go/types/universe.go