]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: add testcase for alias issue
authorRobert Griesemer <gri@golang.org>
Thu, 30 Nov 2023 20:52:01 +0000 (12:52 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 1 Dec 2023 20:43:52 +0000 (20:43 +0000)
commit67c86037af2bd46ff847cfa4e33b7148f58c1f93
treea1b839b671906f2e82ec63aa5b67fe77c15d39a2
parent40f6fbf147fd72da1f6a898375af9a965c7a4659
go/types, types2: add testcase for alias issue

Using the new type Alias node, this issue is now fixed.
Add a test case.

Fixes #50729.

Change-Id: I22a4cf31b83de497e052989ca2054227e65e9937
Reviewed-on: https://go-review.googlesource.com/c/go/+/546455
Run-TryBot: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
src/internal/types/testdata/fixedbugs/issue50729b.go [new file with mode: 0644]