aboutsummaryrefslogtreecommitdiff
path: root/test/typeswitch3.go
AgeCommit message (Expand)Author
2021-11-12cmd/compile/internal/types2: better error for type assertion/switch on type p...Robert Griesemer
2020-12-04[dev.typeparams] test: enable some more errorcheck testsRobert Griesemer
2018-10-04test: fix spelling of `caught be the compiler` to `caught by the compiler`uropek
2017-03-25cmd/compile: add test for non interface type switchEmmanuel Odeke
2012-09-28test: match gccgo error messagesIan Lance Taylor
2012-02-24test/[n-z]*.go: add documentationRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2012-02-06cmd/gc: disallow switch _ := v.(type)Russ Cox
2012-01-24gc: static implements check on typeswitches only applies to concrete case types.Luuk van Dijk
2011-11-09gc: Better typechecks and errors in switches.Luuk van Dijk