diff options
Diffstat (limited to 'test/interface7.go')
-rw-r--r-- | test/interface7.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/interface7.go b/test/interface7.go index ee1ac3116..a52d7a5a1 100644 --- a/test/interface7.go +++ b/test/interface7.go @@ -4,6 +4,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Interface comparisons using types hidden +// inside reflected-on structs. + package main import "reflect" |