]> Cypherpunks.ru repositories - gostls13.git/commit
[release-branch.go1.22] go/types, types2: handle Alias types in substitution
authorRobert Griesemer <gri@golang.org>
Wed, 21 Feb 2024 20:54:10 +0000 (12:54 -0800)
committerThan McIntosh <thanm@google.com>
Tue, 26 Mar 2024 19:41:26 +0000 (19:41 +0000)
commite23707b59cc7842867cb6366e33eaf145b861f7c
tree2427641741b8ad75b7758f1f326303e832198591
parent3826650c99b177364670dad9766ea499cab48dfc
[release-branch.go1.22] go/types, types2: handle Alias types in substitution

Fixes #65858.
For #65778. // for x/tools/cmd/gotype

Change-Id: I67d4644b28e831926fc6c233098aa1755c57162f
Reviewed-on: https://go-review.googlesource.com/c/go/+/565835
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>
Reviewed-on: https://go-review.googlesource.com/c/go/+/565840
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/types2/subst.go
src/go/types/subst.go
src/internal/types/testdata/fixedbugs/issue65854.go [new file with mode: 0644]