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
Now that mixin forwarders are generated after erasure, we may end up
with a reference to ThisType(*:) after erasure in Tuple.scala,
because *: extends NonEmptyTuple which erases to Product, and Product
has methods that should get mixin forwarders.
This fixes the tastyBootstrap test broken after the last commit.
i"The type $tp - ${tp.toString} of class ${tp.getClass} of tree $tree : ${tree.tpe} / ${tree.getClass} is illegal after erasure, phase = ${ctx.phase.prev}")
0 commit comments