]> Cypherpunks repositories - gostls13.git/commit
test: test that x := <-c accepts a general expression
authorIan Lance Taylor <iant@golang.org>
Wed, 1 Feb 2012 15:31:00 +0000 (07:31 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 1 Feb 2012 15:31:00 +0000 (07:31 -0800)
commit4e77e0f294c38c1cc10cd48053a1d8c462d9bb42
tree5238e6ca398dddb7b8a719607e7463a73fba7455
parent8dd3de4d4b304989019dac9be49e53a0f280908b
test: test that x := <-c accepts a general expression

The gccgo compiler used to fail to parse this.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5610051
test/chan/select3.go