]> Cypherpunks.ru repositories - gostls13.git/commit
go/types: rename IsMethodSet to IsConstraint (cleanup)
authorRobert Findley <rfindley@google.com>
Tue, 31 Aug 2021 18:57:24 +0000 (14:57 -0400)
committerRobert Findley <rfindley@google.com>
Tue, 31 Aug 2021 21:23:49 +0000 (21:23 +0000)
commitae2b2dc01ac5a7e8ef3f5a78d65a7a85b2324118
tree8261e15c228b21f36fc3787743cb26e4498725d3
parentb93581e47d358da9fc2d08032cd73797c2cb28a5
go/types: rename IsMethodSet to IsConstraint (cleanup)

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

Change-Id: Id794f1fc3b86779ee32dbe5e656ffc747d44c3e2
Reviewed-on: https://go-review.googlesource.com/c/go/+/346434
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/typeset.go
src/go/types/typexpr.go