]> Cypherpunks repositories - gostls13.git/commit
go/types, types: proceed with correct (invalid) type in case of a selector error
authorRobert Griesemer <gri@google.com>
Wed, 29 Oct 2025 22:22:14 +0000 (15:22 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 30 Oct 2025 02:16:42 +0000 (19:16 -0700)
commit3be9a0e014ee56f25ce4aac6091c617799fd26f2
tree09750314519443f7863713d60cc26c040311e8f3
parentd2c5fa081445bf1ebea013c2b5531ffce690a923
go/types, types: proceed with correct (invalid) type in case of a selector error

Fixes #76103.

Change-Id: Idc2f5d1d7aeb4a9b468e7c268e3bf5b85d1c3777
Reviewed-on: https://go-review.googlesource.com/c/go/+/716300
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/call.go
src/go/types/call.go
src/internal/types/testdata/fixedbugs/issue76103.go [new file with mode: 0644]