mirror of
https://github.com/golang/go
synced 2024-11-02 13:21:55 +00:00
c65a2781be
Don't report errors if we don't have a correct type switch guard; instead ignore it and leave it to the type-checker to report the error. This leads to better error messages concentrating on the type switch guard rather than errors around (confusing) syntactic details. Also clean up some code setting up AssertExpr (they never have a nil Type field) and remove some incorrect TODOs. Fixes #24470. Change-Id: I69512f36e0417e3b5ea9c8856768e04b19d654a8 Reviewed-on: https://go-review.googlesource.com/103615 Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> |
||
---|---|---|
.. | ||
chan.go | ||
chan1.go | ||
composite.go | ||
ddd.go | ||
else.go | ||
if.go | ||
import.go | ||
initvar.go | ||
interface.go | ||
semi1.go | ||
semi2.go | ||
semi3.go | ||
semi4.go | ||
semi5.go | ||
semi6.go | ||
semi7.go | ||
topexpr.go | ||
typesw.go | ||
vareq.go | ||
vareq1.go |