]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: blank methods are not permitted in interface types
authorChris Manghane <cmang@golang.org>
Wed, 15 Oct 2014 16:55:13 +0000 (09:55 -0700)
committerChris Manghane <cmang@golang.org>
Wed, 15 Oct 2014 16:55:13 +0000 (09:55 -0700)
commitdb4dad7fd7f8d95ffb0c8e07de150015172d5853
tree7f709ba14f9cd65ba306af95ba5eb3ef868f0a67
parent42c3130780327299cb8a89f30b8e5c3d6b96d2c2
cmd/gc: blank methods are not permitted in interface types

Fixes #6606.

LGTM=rsc
R=rsc
CC=golang-codereviews, gri
https://golang.org/cl/156210044
src/cmd/gc/dcl.c
test/interface/explicit.go
test/interface/fail.go