summaryrefslogtreecommitdiff
path: root/test/typeswitch3.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile/internal/types2: better error for type assertion/switch on type p...Robert Griesemer2021-11-121-2/+2
* [dev.typeparams] test: enable some more errorcheck testsRobert Griesemer2020-12-041-3/+3
* test: fix spelling of `caught be the compiler` to `caught by the compiler`uropek2018-10-041-1/+1
* cmd/compile: add test for non interface type switchEmmanuel Odeke2017-03-251-8/+21
* test: match gccgo error messagesIan Lance Taylor2012-09-281-1/+1
* test/[n-z]*.go: add documentationRob Pike2012-02-241-0/+4
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* cmd/gc: disallow switch _ := v.(type)Russ Cox2012-02-061-0/+4
* gc: static implements check on typeswitches only applies to concrete case types.Luuk van Dijk2012-01-241-6/+21
* gc: Better typechecks and errors in switches.Luuk van Dijk2011-11-091-0/+20