]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix import of package with var func returning _
authorRuss Cox <rsc@golang.org>
Wed, 24 Sep 2014 20:53:34 +0000 (16:53 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 24 Sep 2014 20:53:34 +0000 (16:53 -0400)
commit43c4287b25da53b2e8cb0de64d40689c56eb42bd
treeb4c9c891f25a4d4102f082e919b0c6b9249d40ec
parentfb4e185a99f3e93bc1bbe08a09ebfd5419409d48
cmd/gc: fix import of package with var func returning _

Fixes #8280.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews, r
https://golang.org/cl/146240043
src/cmd/gc/fmt.c
test/fixedbugs/issue8280.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue8280.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue8280.go [new file with mode: 0644]