]> Cypherpunks repositories - gostls13.git/commit
second pass on interface fixes and tests.
authorRuss Cox <rsc@golang.org>
Fri, 9 Jan 2009 02:06:06 +0000 (18:06 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 9 Jan 2009 02:06:06 +0000 (18:06 -0800)
commite512481b17d240d20f2800189ca5f22ea012906b
tree91ce53f7041c7848d765b879858a096eebec45d6
parent8b8a862da8e402febf27980b4dae8789d58dfb5d
second pass on interface fixes and tests.

R=ken
OCL=22370
CL=22372
src/cmd/gc/dcl.c
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/lex.c
src/cmd/gc/subr.c
src/cmd/gc/walk.c
test/bugs/bug046.go
test/interface2.go
test/interface4.go [new file with mode: 0644]
test/interface5.go [new file with mode: 0644]
test/method3.go [new file with mode: 0644]