]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: handle Alias types in substitution
authorRobert Griesemer <gri@golang.org>
Wed, 21 Feb 2024 20:54:10 +0000 (12:54 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 21 Feb 2024 21:26:51 +0000 (21:26 +0000)
commitccb6077d11e9e70cb17d3eaadaee4e673ee650c2
tree9eda1657a401c34b8ab899df99f73e4f0339a9c5
parent750738b5d197b8b70403c7941fbe0dd20e00ebc9
go/types, types2: handle Alias types in substitution

Fixes #65854.
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>
src/cmd/compile/internal/types2/subst.go
src/go/types/subst.go
src/internal/types/testdata/fixedbugs/issue65854.go [new file with mode: 0644]