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#7067: type avoidance should handle both ThisType and TypeRef
The test example shows that we could arrive at a type like
`A { type T = B }`, where `B` is the type to avoid. Previously,
we only handle `ThisType(B)`, in this case we have `TypeRef(B)`.
The latter leads to loops in type avoidence.
0 commit comments