File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ var t T
15
15
var a [1 ]int
16
16
17
17
var (
18
- _ = s == nil // ERROR "invalid operation:.*mismatched types string and untyped nil"
19
- _ = b == nil // ERROR "invalid operation:.*mismatched types bool and untyped nil"
20
- _ = i == nil // ERROR "invalid operation:.*mismatched types int and untyped nil"
21
- _ = t == nil // ERROR "invalid operation:.*mismatched types T and untyped nil"
22
- _ = a == nil // ERROR "invalid operation:.*mismatched types \[1\]int and untyped nil"
18
+ _ = s == nil // ERROR "invalid operation:.*mismatched types string and ( untyped )? nil"
19
+ _ = b == nil // ERROR "invalid operation:.*mismatched types bool and ( untyped )? nil"
20
+ _ = i == nil // ERROR "invalid operation:.*mismatched types int and ( untyped )? nil"
21
+ _ = t == nil // ERROR "invalid operation:.*mismatched types T and ( untyped )? nil"
22
+ _ = a == nil // ERROR "invalid operation:.*mismatched types \[1\]int and ( untyped )? nil"
23
23
)
You can’t perform that action at this time.
0 commit comments