-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/compile: send statements cannot be parenthesized #6791
Labels
Milestone
Comments
Tests should incorporate sends in select statements ( http://play.golang.org/p/0I4FtkOAEe ). |
@griesemer this is no longer the case in Go1.8, we now correctly report that those cases have unexpected tokens and fail to compile. |
Thanks, @odeke-em for digging this one out. Yes, fixed because the 1.8 parser doesn't parse send statements as expressions. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: