]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: add test for receiver type parameters
authorRobert Griesemer <gri@golang.org>
Fri, 28 Jun 2024 18:12:48 +0000 (11:12 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 26 Jul 2024 20:15:36 +0000 (20:15 +0000)
commit9e40780a4633fd104777243fe2b5d07bc482d5a6
treeea014c0d38c49380d2e6671368727915eeaad9b6
parentea82219d1c92ecdad513c022ab603358e500d0bb
go/types, types2: add test for receiver type parameters

Issue #51503 was fixed with the rewrite in CL 594740.
Add a respective test case.

Fixes #51503.
For #51343.

Change-Id: Iff9e7e3274c5ad40789e107b6f62d17e335e2428
Reviewed-on: https://go-review.googlesource.com/c/go/+/595697
Reviewed-by: 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>
Auto-Submit: Robert Griesemer <gri@google.com>
src/internal/types/testdata/fixedbugs/issue51503.go [new file with mode: 0644]