]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: do not confuse unexported methods of same name
authorRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 06:55:17 +0000 (01:55 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 06:55:17 +0000 (01:55 -0500)
commit987a580b9f91dfe0709d6927525952acf9101fc9
tree746fbb8622ae7b4c59273a9d05855cdb6cd7c945
parent105c5fa666fd29967a8818d3ccbc455722274496
cmd/gc: do not confuse unexported methods of same name

Fixes #3146.

R=ken2
CC=golang-dev
https://golang.org/cl/5756074
src/cmd/gc/dcl.c
test/bugs/424.go [deleted file]
test/fixedbugs/bug424.dir/lib.go [moved from test/bugs/424.dir/lib.go with 100% similarity]
test/fixedbugs/bug424.go [moved from test/bugs/424.dir/main.go with 75% similarity]