mirror of
https://github.com/golang/go.git
synced 2025-05-23 00:11:26 +00:00
The spec says that all methods are inherited from an anonymous field. There is no exception for non-exported methods. This is related to issue 1536. R=rsc CC=golang-dev https://golang.org/cl/5012043