]> Cypherpunks repositories - gostls13.git/commit
go/types: clarify semantics of Selection
authorAlan Donovan <adonovan@google.com>
Mon, 9 Oct 2023 17:31:25 +0000 (13:31 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 9 Oct 2023 17:59:27 +0000 (17:59 +0000)
commitede27fb4aca9ab103413aff71b254f10db2b302a
treed99b91148904a7843ac25c6d1c8925dae0fa2621
parente6990b76298ecd9bfc0be7cebc6081f28a88094f
go/types: clarify semantics of Selection

This is one of the more complex areas of the (pre-generics)
spec, and I'm probably not the only person who can never
remember all the details each time I need them.

Change-Id: I25b3c46311df4db33357af5601c5e3586327dac2
Reviewed-on: https://go-review.googlesource.com/c/go/+/533736
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
src/cmd/compile/internal/types2/selection.go
src/go/types/selection.go