]> Cypherpunks repositories - gostls13.git/commit
go/types: accept recv base type that is alias to a pointer type
authorRobert Griesemer <gri@golang.org>
Thu, 18 Oct 2018 22:19:15 +0000 (15:19 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 19 Oct 2018 18:55:14 +0000 (18:55 +0000)
commitf5636523998594af75ec87d3c2a2070dc1cb65f4
tree191a14a756a15e1cff59d2d719e62f511ea00706
parent0287d8ed1b12229f2ab493602ffa497caabf747c
go/types: accept recv base type that is alias to a pointer type

Per the spec clarification https://golang.org/cl/142757 (issue #27995).

Fixes #28251.
Updates #27995.

Change-Id: Idc142829955f9306a8698c5ed1c24baa8ee2b109
Reviewed-on: https://go-review.googlesource.com/c/143179
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/check_test.go
src/go/types/resolver.go
src/go/types/testdata/issue28251.src [new file with mode: 0644]