]> Cypherpunks repositories - gostls13.git/commit
fix bugs parsing functions in reflect library.
authorRob Pike <r@golang.org>
Wed, 5 Nov 2008 16:17:01 +0000 (08:17 -0800)
committerRob Pike <r@golang.org>
Wed, 5 Nov 2008 16:17:01 +0000 (08:17 -0800)
commitbdbb958895e7055e3ecd3f9c75b3d453b0ab7fff
treef7b7935ba85ebd18722671cd221d1db2696ea910
parenta45f947c34004bca8002b85a13cfe1902a4f89c8
fix bugs parsing functions in reflect library.
parsed interfaces wrong.
could not handle a function with a single type as a return value.

R=rsc
DELTA=34  (20 added, 2 deleted, 12 changed)
OCL=18511
CL=18520
src/lib/reflect/test.go
src/lib/reflect/type.go