summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug231.go
AgeCommit message (Collapse)AuthorFilesLines
2010-01-30Match gccgo error message.Ian Lance Taylor1-1/+1
bug231.go:20:4: error: incompatible types in assignment (type has no methods) R=rsc CC=golang-dev http://codereview.appspot.com/194156
2009-12-15gc: bug fixes.Russ Cox1-0/+22
* better error for lookup of unexported field * do not assign "ideal string" type to typed string literal * do not confuse methods and fields during interface check Fixes issue 410. Fixes issue 411. Fixes issue 426. R=ken2 http://codereview.appspot.com/179069