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 the non-miniphase tree traverser (scala#16684)
Fixesscala#16678. The issue is related to the second tree traverser (needed
as miniphase traverser do not cover every cases).
Symbols are added to a set during the traversal of their own definition
to avoid recording recursive. In the second tree traverser this symbol
is never removed, so the following usage are never cached, resulting in
false positive.
@szymon-rd
0 commit comments