]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types2: rename IsMethodSet to IsConstraint (cleanup)
authorRobert Griesemer <gri@golang.org>
Wed, 25 Aug 2021 03:20:07 +0000 (20:20 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 25 Aug 2021 23:43:58 +0000 (23:43 +0000)
commit0ac64f6d700b56fa793d9304bec621cf4dde6fd6
tree07516332a275aec01d36ee7201fb23007c6d5e9f
parent4068fb6c2162b38db7912903ff12bafe9f5ca9bb
cmd/compile/internal/types2: rename IsMethodSet to IsConstraint (cleanup)

Invert the boolean result to match the new name.

Change-Id: Ide6c649ed8ac3a5d263640309960e61a005c886e
Reviewed-on: https://go-review.googlesource.com/c/go/+/344872
Trust: Robert Griesemer <gri@golang.org>
Trust: Dan Scales <danscales@google.com>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/types2/interface.go
src/cmd/compile/internal/types2/typeset.go
src/cmd/compile/internal/types2/typexpr.go