| commit | 4eb7ceba58780b654c7411c6be593aaf8f23a455 | [log] [tgz] | 
|---|---|---|
| author | Russ Cox <rsc@golang.org> | Wed Mar 11 16:06:17 2009 -0700 | 
| committer | Russ Cox <rsc@golang.org> | Wed Mar 11 16:06:17 2009 -0700 | 
| tree | 60ff937825cccca59cef7cf0f324062237fabeb7 | |
| parent | 40e204b9eb14eea992dfb94bc61b1833f83927b4 [diff] | 
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