]> Cypherpunks repositories - gostls13.git/commit
go/parser: correctly parse <-chan T(x) as <-(chan T)(x)
authorRobert Griesemer <gri@golang.org>
Tue, 2 Oct 2012 23:48:30 +0000 (16:48 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 2 Oct 2012 23:48:30 +0000 (16:48 -0700)
commit05dc3bf572931723b8af89386af4488c5e775851
treeb557bf862b10aa0852e5588a602b8efb709493aa
parent10ea3254a87f1bed2f9519c3349ddaa2fef86d7f
go/parser: correctly parse <-chan T(x) as <-(chan T)(x)

Fixes #4110.

R=iant
CC=golang-dev
https://golang.org/cl/6597069
src/pkg/go/parser/parser.go
src/pkg/go/parser/short_test.go