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 does not allow name clashes of inner classes,
and the inner class is polluting Numeric's interface anyway.
Note that a similar case can be made for Ordering#Ops.
Also note that this breaks source compatibility.
Fixes scala/scala-dev#156
0 commit comments