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
The following example triggers an infinite recursion in TypeAssigner.avoid(). The call to avoid() originates from ensureNoLocalRefs, and, further up the call stack, from the handling of match cases (Typer.scala:951). The actual avoidance is performed on a LazyRef, which is likely at the heart of the problem.