summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug203.go
AgeCommit message (Collapse)AuthorFilesLines
2009-12-10make test/fixedbugs save for optional semisRobert Griesemer1-4/+2
R=rsc http://codereview.appspot.com/173045
2009-09-02fix one bug involving [...] constructors.Russ Cox1-0/+20
added iant's bug202 (in main code) and ken's bug203 (in init function). bug187 remains at large. R=ken OCL=34293 CL=34293