summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug375.go
Commit message (Collapse)AuthorAgeFilesLines
* test: use testlib (another bunch).R?my Oudompheng2012-02-181-1/+1
| | | | | | | | | | | Apply sed with: 1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run, 1s,^// $G $D/$F.go || echo.*,// compile, R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5656099
* gc: Better typechecks and errors in switches.Luuk van Dijk2011-11-091-0/+19
Allow any type in switch on interface value. Statically check typeswitch early. Fixes issue 2423. Fixes issue 2424. R=rsc, dsymonds CC=golang-dev http://codereview.appspot.com/5339045