summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug177.go
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-11/+14
2009-09-17unused importsRuss Cox1-1/+0
R=r OCL=34731 CL=34731
2009-07-28bug177: anonymous struct fields in reflectRuss Cox1-0/+28
(reported by iant) R=r DELTA=50 (32 added, 12 deleted, 6 changed) OCL=32263 CL=32385