summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug207.go
AgeCommit message (Collapse)AuthorFilesLines
2012-02-29Imported Upstream version 2012.02.22Ondřej Surý1-1/+1
2009-10-07add & fix bug207: rewritten if conditionRuss Cox1-0/+23
was discarding initialization work. R=ken OCL=35454 CL=35457
2009-09-29undo 35108 (disallow parens around type in struct literal).Russ Cox1-12/+0
allow parens around [...]int in struct literal. R=ken OCL=35112 CL=35130
2009-09-29disallow parens around type in struct literal syntax,Russ Cox1-0/+12
per discussion with gri. R=ken OCL=35108 CL=35108