mirror of
https://github.com/golang/go.git
synced 2025-05-28 10:51:22 +00:00
The receive operator was given incorrect precedence resulting in incorrect deletion of parentheses. Fixes #3843. R=rsc CC=golang-dev, remy https://golang.org/cl/6442049