We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2a44e commit d2fcd36Copy full SHA for d2fcd36
go/analysis/passes/unreachable/testdata/src/a/a.go
@@ -2118,11 +2118,6 @@ var _ = func() int {
2118
println() // ok
2119
}
2120
2121
-var _ = func() {
2122
- // goto without label used to panic
2123
- goto
2124
-}
2125
-
2126
func _() int {
2127
// Empty switch tag with non-bool case value used to panic.
2128
switch {
go/analysis/passes/unreachable/testdata/src/a/a.go.golden
@@ -2082,11 +2082,6 @@ var _ = func() int {
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
0 commit comments