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
Drop most explicit self types in the standard library
They were causing cycles before. With the new policy these types don't need
to be given explicitly anymore.
I verified that the simple "Option" test now compiles.
Fixes#19398
@deprecated("toIterable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn't copy non-immutable collections", "2.13.7")
0 commit comments