1
0
mirror of https://github.com/golang/go synced 2024-11-18 23:05:06 -07:00

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

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`,