commit | 6cd74b03f38de40d84d1d9efe8663714ccfaaee5 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Wed Nov 05 11:25:30 2008 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Wed Nov 05 11:25:30 2008 -0800 |
tree | a79cff62eeda6331941c5961adbfda7ae82ce393 | |
parent | 44a82746a18dad2ebbbaceeabe098ea1d436dd41 [diff] |
Don't use a named pointer type as a receiver type. The current spec forbids it: The type specified by the type name is called ``receiver base type''. The receiver base type must be a type declared in the current file, and it must not be a pointer type. R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=18527 CL=18541