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
MegaPhase#transformNode: add missing case for Thicket
A transformX method can return a Thicket of trees that need to be
transformed by subsequent phases, but so far this wasn't the case.
No testcase, but this is necessary to make the next commit work properly
as `ShortcutImplicits` returns a Thicket of DefDefs that need to be
transformed by TailRec
0 commit comments