diff options
Diffstat (limited to 'test/interface5.go')
-rw-r--r-- | test/interface5.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/interface5.go b/test/interface5.go index 86036a778..3b5ed01ca 100644 --- a/test/interface5.go +++ b/test/interface5.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. +// Static error messages about interface conversions. + package main type T struct { a int } |