]> Cypherpunks repositories - gostls13.git/commit
complain when trying to put T into an interface
authorRuss Cox <rsc@golang.org>
Wed, 11 Mar 2009 23:06:17 +0000 (16:06 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 11 Mar 2009 23:06:17 +0000 (16:06 -0700)
commit4eb7ceba58780b654c7411c6be593aaf8f23a455
tree60ff937825cccca59cef7cf0f324062237fabeb7
parent40e204b9eb14eea992dfb94bc61b1833f83927b4
complain when trying to put T into an interface
if T has pointer methods.  this is just a heuristic
but it catches the problem robert ran into and
lets me put the larger interface issues aside for
now.  found one bug in pretty.

R=ken
OCL=26141
CL=26141
src/cmd/gc/subr.c
test/golden.out
test/interface4.go
test/interface6.go
usr/gri/pretty/parser.go