]> Cypherpunks repositories - gostls13.git/commit
f, ok := i.(Foo) does not compile if i already is equivalent to Foo
authorRob Pike <r@golang.org>
Tue, 27 Jan 2009 02:35:18 +0000 (18:35 -0800)
committerRob Pike <r@golang.org>
Tue, 27 Jan 2009 02:35:18 +0000 (18:35 -0800)
commitfa615a3b303fdf10e9e3dcd21d372c0ed8e7351a
treeeccb449c02458602f69f50026e008aa62df37f5b
parent3d4d5ad04cb44c2e0abd63aa9fedf3d73ae2173b
f, ok := i.(Foo) does not compile if i already is equivalent to Foo

R=rsc
DELTA=18  (18 added, 0 deleted, 0 changed)
OCL=23544
CL=23547
test/bugs/bug135.go [new file with mode: 0644]
test/golden.out