summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug232.go
AgeCommit message (Collapse)AuthorFilesLines
2010-06-14remove uses of ... from tree, add one testRuss Cox1-1/+1
R=r CC=golang-dev http://codereview.appspot.com/1662041
2009-12-15gc: allow ... in method listsRuss Cox1-0/+8
R=ken2 http://codereview.appspot.com/179070