go.tools/go/types: submit missed file (fix build)

R=adonovan
CC=golang-codereviews
https://golang.org/cl/38130044
This commit is contained in:
Robert Griesemer 2013-12-20 15:51:04 -08:00
parent a1406b40c5
commit e2acb64f86
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func f(a int, s string) float64 {
var tests = []string{
`true => true, untyped boolean`,
`fmt.Println => , func(a·3 ...interface{}) (n·1 int, err·2 error)`,
`fmt.Println => , func(a ...interface{}) (n int, err error)`,
`c => 3, untyped float`,
`T => , p.T`,
`a => , int`,