]> Cypherpunks.ru repositories - gostls13.git/commit
go/types, types2: change missingMethod to match MissingMethod signature
authorRobert Griesemer <gri@golang.org>
Wed, 1 Mar 2023 16:06:42 +0000 (08:06 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 1 Mar 2023 21:23:56 +0000 (21:23 +0000)
commit9f2fe2d721a10cd1066c52e22efc49a59a81b76d
tree01db47904924f49edc806ca2535d9e6ed865e4dd
parentc10ba768feab868bdd0a984a34931093541dce33
go/types, types2: change missingMethod to match MissingMethod signature

This simplifies the use of missingMethod and also opens the door to
further missingMethod-internal simplifications.

Change-Id: I74d9694b6fca67c4103aea04d08916a69ad0e3c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/472495
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/expr.go
src/cmd/compile/internal/types2/lookup.go
src/go/types/expr.go
src/go/types/lookup.go