]> Cypherpunks repositories - gostls13.git/commit
go/types: remove unneccesary tests in implements and lookup
authorRobert Findley <rfindley@google.com>
Thu, 18 Nov 2021 01:04:14 +0000 (20:04 -0500)
committerRobert Findley <rfindley@google.com>
Thu, 18 Nov 2021 14:08:10 +0000 (14:08 +0000)
commit5d5f2b1e201fe9f3b641109ccd91b3ceae4cf460
tree63ce403312c4b885e945a17213bf99308b309f37
parent9ea939be600df12fe51b201112cc12e741acef00
go/types: remove unneccesary tests in implements and lookup

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

Change-Id: I03f4da86ea38209a73f567cc5d84e7afd08883ac
Reviewed-on: https://go-review.googlesource.com/c/go/+/364935
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/instantiate.go
src/go/types/lookup.go