diff options
Diffstat (limited to 'test/interface10.go')
-rw-r--r-- | test/interface10.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/interface10.go b/test/interface10.go index c52a20fcd..d216b890d 100644 --- a/test/interface10.go +++ b/test/interface10.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 derived from embedded interface and *interface values. + package main import "os" |