]> Cypherpunks repositories - gostls13.git/commit
exp/types: add more import tests
authorRobert Griesemer <gri@golang.org>
Thu, 9 Aug 2012 18:55:00 +0000 (11:55 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 9 Aug 2012 18:55:00 +0000 (11:55 -0700)
commit0f2529317f7ab02309589bd493189d6b714f2020
tree2964ada98e48fb39df22fcbfd79fd08ebafb4221
parentf05a91e18b4a3e1e962e1013cbf6ab16e120d190
exp/types: add more import tests

Also simplified parsing of interface
types since they can only contain
methods (and no embedded interfaces)
in the export data.

R=rsc
CC=golang-dev
https://golang.org/cl/6446084
src/pkg/exp/types/gcimporter.go
src/pkg/exp/types/gcimporter_test.go