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
Dotty requires x : _* syntax for repeated types, though scala required xs @ _*.
It would be good to add support for old syntax under compatibility flag and issue a warning.
Also see #1048