summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug229.go
AgeCommit message (Collapse)AuthorFilesLines
2009-12-15gc: bug fixes.Russ Cox1-0/+20
* 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