]> Cypherpunks repositories - gostls13.git/commit
test: add inherited interface test to ddd.go
authorIan Lance Taylor <iant@golang.org>
Wed, 7 Mar 2012 16:24:10 +0000 (08:24 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 7 Mar 2012 16:24:10 +0000 (08:24 -0800)
commite54ad64ff346281b707c75c72566b63080864dcf
tree6c279c02a1ef80a3ed13cb82c8ce8ecbc94676b0
parent08854b022fec37e16d35e3e4e029e703f1911463
test: add inherited interface test to ddd.go

The gccgo compiler incorrectly gave an error for this code.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5767043
test/ddd.go