diff options
Diffstat (limited to 'test/interface3.go')
-rw-r--r-- | test/interface3.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/interface3.go b/test/interface3.go index 04af91a02..93298bce7 100644 --- a/test/interface3.go +++ b/test/interface3.go @@ -4,6 +4,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Check methods with different return types. + package main type S struct { a int } |