You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A special case is when there is only one `when` branch, and it has
multiple conditions, with a splat followed by non-splat. This change
only fixes the crash. I think it's possible that reordering the
conditions on the line leads to faster code, but that should be checked.
It's also a more complicated change that could lead to new bugs.
A special case is when there is only one `when` branch, and it has
multiple conditions, with a splat followed by non-splat. This change
only fixes the crash. I think it's possible that reordering the
conditions on the line leads to faster code, but that should be checked.
It's also a more complicated change that could lead to new bugs.
Expected behavior
No error
Actual behavior
Steps to reproduce the problem
see above
RuboCop version
The text was updated successfully, but these errors were encountered: