Lines Matching full:case
17 case int:
18 case int: // ERROR "duplicate case int in type switch"
19 case int64:
20 case error:
21 case error: // ERROR "duplicate case error in type switch"
22 case fmt.Stringer:
23 case fmt.Stringer: // ERROR "duplicate case fmt.Stringer in type switch"
24 case struct {
27 case struct {
30 case struct { // ERROR "duplicate case struct { i int .tag1. } in type switch"