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
Fix#3248: Handle repeated arguments in results of unapply selectors
Normal unapply selectors can return results that have a repeated
argument as last element. This needs to be handled. This also subsumes
the previous way to express such arguments with `unapplySeq`.
In the long run, we should be able to do without `unapplySeq` altogether.
This is an intermediate step to get there.
0 commit comments