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
[stdlib] be more conservative in what we copy from Scala 2 (#24339)
Because some of the classes we copy from stdlib contains private members
and local classes, we will now copy everything (including local classes
and companion classes) to the new stdlib artefact. This is a
conservative approach and we don't want to go over each file we copy and
check them manually.
0 commit comments