summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug249.go
AgeCommit message (Collapse)AuthorFilesLines
2010-02-01Match gccgo error messages.Ian Lance Taylor1-2/+2
bug249.go:10:5: error: incompatible type in initialization bug249.go:26:5: error: incompatible type in initialization R=rsc CC=golang-dev http://codereview.appspot.com/198058
2010-01-26gc: fix chan <- chan precedence.Russ Cox1-0/+39
also allow func() func(). R=ken2 CC=golang-dev http://codereview.appspot.com/194078