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
In tests/pos/i21790.scala, O.A has no class symbol, because it's an
inaccessible private class of S. But in tests/warn/i21860.scala,
Shape.Triangle doesn't have a "classSymbol" because it has multiple -
Shape and Corners. So use .classSymbols.isEmpty instead of
!.classSymbol.exists
[Cherry-picked 21e5f3c]
0 commit comments