const internal/types/errors.InvalidTypeSwitch

4 uses

	internal/types/errors (current package)
		code_string.go#L124: 	_ = x[InvalidTypeSwitch-116]
		codes.go#L1109: 	InvalidTypeSwitch

	go/types
		stmt.go#L743: 					check.errorf(&x, InvalidTypeSwitch, "cannot use type switch on type parameter value %s", &x)
		stmt.go#L747: 					check.errorf(&x, InvalidTypeSwitch, "%s is not an interface", &x)