]> Cypherpunks repositories - gostls13.git/commit
A <- token in an expression may introduce a channel type.
authorRobert Griesemer <gri@golang.org>
Mon, 25 Jan 2010 20:03:53 +0000 (12:03 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 25 Jan 2010 20:03:53 +0000 (12:03 -0800)
commit6d8829e931fa92d9228f6b67e0832195cd477248
tree668b6c33f233cee7f120c12882d042c36ff38c83
parentfcf45174232be8a151cacc49efc87f82a0a8145b
A <- token in an expression may introduce a channel type.
Fixes #530.

R=rsc
CC=golang-dev
https://golang.org/cl/193091
src/pkg/go/parser/parser.go
src/pkg/go/parser/parser_test.go