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
Fix#7383: Don't include nested classes in class bounds
When computing the class bound in an avoid, we approximate
members by refinements. But if the member itself is a class,
we cannot refine with Classinfo type.
The current fix is to give up in this case and not refine
anything. We could try to refine with an abstract type, but
in that case we have to be careful with F-bounds.
0 commit comments