]> Cypherpunks repositories - gostls13.git/commit
gc: diagnose field+method of same name
authorRuss Cox <rsc@golang.org>
Sat, 11 Feb 2012 06:21:12 +0000 (01:21 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 11 Feb 2012 06:21:12 +0000 (01:21 -0500)
commit7dd90621f8f8ed25708daf279067e8c0024af20b
tree022e1e3c9f7d3463c870ce19bccf4b5ebd4accf3
parent2aafad25b4fe6c8e0d7f75b71b4b6d6e238483d6
gc: diagnose field+method of same name

Fixes #2828.

R=ken2
CC=golang-dev
https://golang.org/cl/5653065
src/cmd/gc/dcl.c
test/fixedbugs/bug416.go [new file with mode: 0644]