summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug269.go
AgeCommit message (Collapse)AuthorFilesLines
2010-04-29gc: never include ( ) on singleton func return typeRuss Cox1-0/+18
Fixes issue 749. R=ken2 CC=golang-dev http://codereview.appspot.com/963043