]> Cypherpunks repositories - gostls13.git/commit
exp/types: implement Type.String methods for testing/debugging
authorRobert Griesemer <gri@golang.org>
Wed, 1 Aug 2012 00:09:12 +0000 (17:09 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 1 Aug 2012 00:09:12 +0000 (17:09 -0700)
commitdcb6f598116563de1f46babd40c62952621784ae
treef046a699bdebe88f7ef8189fd79c7fb74e30fa8b
parent9f3b00579eca946337d486776797b78aaf3bc55b
exp/types: implement Type.String methods for testing/debugging

Also:
- replaced existing test with a more comprehensive test
- fixed bug in map type creation

R=r
CC=golang-dev
https://golang.org/cl/6450072
src/pkg/exp/types/check.go
src/pkg/exp/types/types.go
src/pkg/exp/types/types_test.go