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
[nomerge] Export underlying on non-copying conversion
Any `TraversableForwarder` method with the danger of returning
`underlying` itself needs to go through `toList` (which marks the
underlying list as needing to be copied on the next mutation).
Notice that `toStream` is also affected since `List#toStream` builds the
result lazily.
Fixesscala/bug#11869
0 commit comments