diff options
Diffstat (limited to 'test/fixedbugs/bug232.go')
-rw-r--r-- | test/fixedbugs/bug232.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug232.go b/test/fixedbugs/bug232.go index c0b8eb69a..99bd02ff6 100644 --- a/test/fixedbugs/bug232.go +++ b/test/fixedbugs/bug232.go @@ -5,4 +5,4 @@ // license that can be found in the LICENSE file. package main -type I interface { X(...) } +type I interface { X(...int) } |