Commit 9e5f62ac authored by Robert Griesemer's avatar Robert Griesemer

go/doc, godoc: don't shadow receiver

Fixes #2737.

R=bradfitz
CC=golang-dev
https://golang.org/cl/5553062
parent 2a6b4e12
......@@ -36,7 +36,7 @@ type Value struct {
type Method struct {
*Func
// TODO(gri) The following fields are not set at the moment.
Recv *Type // original receiver base type
Origin *Type // original receiver base type
Level int // embedding level; 0 means Func is not embedded
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment