]> Cypherpunks repositories - gostls13.git/commit
permit only one method name per method signature in interface types
authorRobert Griesemer <gri@golang.org>
Mon, 28 Sep 2009 21:54:53 +0000 (14:54 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 28 Sep 2009 21:54:53 +0000 (14:54 -0700)
commitec10bf8f4323713dd1c7aaf2f34a6a2783bbd349
treea30b335dbd1723b0afc3695af32980dbabd53e15
parent320406d15563233ea09a1717db074385924285af
permit only one method name per method signature in interface types
(in sync with spec CL 35047)

R=rsc
DELTA=44  (4 added, 8 deleted, 32 changed)
OCL=35048
CL=35054
src/pkg/go/parser/parser.go
src/pkg/go/printer/printer.go
src/pkg/go/printer/testdata/comments.go
src/pkg/go/printer/testdata/comments.golden
src/pkg/go/printer/testdata/comments.x
src/pkg/go/printer/testdata/declarations.go
src/pkg/go/printer/testdata/declarations.golden