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
Avoid cycles when loading standard library under cc
Two measures
- Introduce a new annotation @retainsCap that's equivalent to
@retains(cap) but that does not need to load Seq to analyze a
vararg argument.
- Don't use `&` when computing self types of classes with
explicitly declared capturing self types.
Fixes #19568
0 commit comments