diff options
Diffstat (limited to 'test/fixedbugs/bug135.go')
| -rw-r--r-- | test/fixedbugs/bug135.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug135.go b/test/fixedbugs/bug135.go index 252aa87e6..470135ed4 100644 --- a/test/fixedbugs/bug135.go +++ b/test/fixedbugs/bug135.go @@ -15,4 +15,5 @@ func main() { t := new(T); var i interface {}; f, ok := i.(Foo); + _, _, _ = t, f, ok; } |
