commit | 19bab1dc78f1a1398d8e86bda1513b3671995ed7 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Fri Feb 24 10:30:39 2012 +1100 |
committer | Rob Pike <r@golang.org> | Fri Feb 24 10:30:39 2012 +1100 |
tree | 4da3e71a170e6bfe927d16b308907ca19fc15b7c | |
parent | 5b30306fa81d2f95c152f6b8cd5e4b22a3befcbf [diff] [blame] |
test/[n-r]*.go: add documentation The rename ones needed redoing. R=golang-dev, bradfitz, rsc CC=golang-dev https://golang.org/cl/5698054
diff --git a/test/parentype.go b/test/parentype.go index d7c14f3..eafa076 100644 --- a/test/parentype.go +++ b/test/parentype.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. +// Test that types can be parenthesized. + package main func f(interface{})