0
1
mirror of https://github.com/golang/go synced 2025-05-24 14:55:02 +00:00

test/interface: document tests

Most already had comments (yay); adjusted for consistency.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5676102
This commit is contained in:
Rob Pike
2012-02-19 17:33:41 +11:00
parent 990f9f4c00
commit 13514d4e0b
21 changed files with 30 additions and 23 deletions

@ -4,7 +4,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Check that interface{M()} = *interface{M()} produces a compiler error.
// Test that interface{M()} = *interface{M()} produces a compiler error.
// Does not compile.
package main