summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug144.go
AgeCommit message (Collapse)AuthorFilesLines
2009-09-14fix "declared and not used" in tests;Russ Cox1-0/+1
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
2009-04-24recognize a defined constantKen Thompson1-0/+21
as a new name in a later declaration (bug 144) R=r OCL=27850 CL=27850