]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: report error when using uninstantiated signature alias
authorRobert Griesemer <gri@golang.org>
Tue, 28 May 2024 21:18:42 +0000 (14:18 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 29 May 2024 02:09:54 +0000 (02:09 +0000)
commit13c49096fd3b08ef53742dd7ae8bcfbfa45f3173
tree50236c5f571b67909781bb51c01f30fc49233e13
parentee29dbe43eeb28a2834803e8e1275f1dccb18bc2
go/types, types2: report error when using uninstantiated signature alias

For #67547.
Fixes #67683.

Change-Id: I9487820ab4e2bd257d253a7016df45729b29f836
Reviewed-on: https://go-review.googlesource.com/c/go/+/588855
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/expr.go
src/go/types/expr.go
src/internal/types/testdata/fixedbugs/issue67683.go [new file with mode: 0644]