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
Scala 2 has the same behavior so this isn't a regression but more like a feature request. And the direction we're trying to go in involves less auto-tupling, not more of it, cf #4311 which is closed but the discussion isn't settled yet.
where you can define your ops and do biop(x, y) but not uop(x).
EDIT:
Ideally this would use varargs, but that can not be used with the partial application.
Compiler version
3.0.0
Minimized code
Output
Expectation
Work the same as
or work with
g((1))
,g((1,))
, org(1,)
.The text was updated successfully, but these errors were encountered: