diff options
author | Russ Cox <rsc@golang.org> | 2009-05-12 16:09:47 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-05-12 16:09:47 -0700 |
commit | 1c9f8f6ad6be63103be47733f9c39163d04964e5 (patch) | |
tree | 7c38c00fd3c590e3281e5e66c4633bee34b6bc3f /test/interface3.go | |
parent | e796ba961440578d1521e381bfea43dc6f57f191 (diff) | |
download | golang-1c9f8f6ad6be63103be47733f9c39163d04964e5.tar.gz |
describe each interface test
R=r
DELTA=20 (20 added, 0 deleted, 0 changed)
OCL=28707
CL=28716
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 } |