]> Cypherpunks repositories - gostls13.git/commit
allow conversion to interface type
authorRuss Cox <rsc@golang.org>
Tue, 7 Jul 2009 00:20:48 +0000 (17:20 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 7 Jul 2009 00:20:48 +0000 (17:20 -0700)
commitd436a701931129f1ab52d681e1b851af31ec1c31
treed44313024a39a7282aae03e4189e89828284debe
parent53ebd163c66db08e49c0925aed0713bc215882e9
allow conversion to interface type
when implicit assignment would have been okay.

R=ken
OCL=31225
CL=31227
src/cmd/gc/subr.c
src/cmd/gc/walk.c
src/pkg/http/client.go
test/interface/explicit.go