]> Cypherpunks repositories - gostls13.git/commit
go/types: use the same interface method sorting as types2
authorRobert Griesemer <gri@golang.org>
Wed, 11 Jan 2023 23:03:18 +0000 (15:03 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 17 Jan 2023 19:55:47 +0000 (19:55 +0000)
commit5ce9d9fee85bbdc952b7b20e94811fa24d36f1f6
tree08da0e1ba2b822ddc7116c42bca0669116b56b54
parent248950f1928c543c31ac2d331213ce949e1b9886
go/types: use the same interface method sorting as types2

See also CL 321231 which introduces object.less to match
expected compiler behavior.

Change-Id: I56fbf332a04596dc96393b71d40acf4df5d950fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/461677
Run-TryBot: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
src/go/types/typeset.go