mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/gc: unembed Param field
This is an automated follow-up to CL 10210. It was generated with a combination of eg and gofmt -r. No functional changes. Passes toolstash -cmp. Change-Id: I35f5897948a270b472d8cf80612071b4b29e9a2b Reviewed-on: https://go-review.googlesource.com/10253 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
f2c3957ed8
commit
bd8bb67357
17 changed files with 106 additions and 106 deletions
|
|
@ -221,7 +221,7 @@ func init2(n *Node, out **NodeList) {
|
|||
init2list(n.Nelse, out)
|
||||
|
||||
if n.Op == OCLOSURE {
|
||||
init2list(n.Closure.Nbody, out)
|
||||
init2list(n.Param.Closure.Nbody, out)
|
||||
}
|
||||
if n.Op == ODOTMETH || n.Op == OCALLPART {
|
||||
init2(n.Type.Nname, out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue