]> Cypherpunks repositories - gostls13.git/commit
test: add test for interfaces with unexported methods.
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Mar 2011 22:04:19 +0000 (15:04 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 29 Mar 2011 22:04:19 +0000 (15:04 -0700)
commit57c6d36f954bdc0fa60f4312d2e7b93e0fab7a46
tree9255481358f7fb1c2284b969779c0dec0dad5011
parent3dbf65871c9b2f9f6e6c8b272b77d4a03d3d1ec3
test: add test for interfaces with unexported methods.

R=rsc
CC=golang-dev
https://golang.org/cl/4271086
test/interface/private.go [new file with mode: 0644]
test/interface/private1.go [new file with mode: 0644]