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#7602: Avoid infinite loop with anonymous projection
`Type#findMember` has very careful logic for doing prefix substitution
with a recursive type, but it turns out we don't need to run any of that
if the prefix is already correct, and it avoids infinite loops in the
added testcase.
0 commit comments