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
Inconsistent empty splat assignment #858
Comments
Seems correct. Also a breaking change. |
Maybe label this for 2.0 and forget about it for now 😉 |
Yes, probably. |
vendethiel
added a commit
that referenced
this issue
Mar 2, 2016
Fix #858 Inconsistent empty splat assignment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since line 2 is widely accepted as the correct behavior (i.e. splat cannot "unconsume") I don't see why line 1 shouldn't.
The text was updated successfully, but these errors were encountered: