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#9717: Fix typed tree copier for Selects over Nothing
Typed tree copier would assign a `a.b` where `a` has type `Nothing`
the type `Nothing`. This is wrong, for instance when `b` is $asInstanceOf$
over a value of type `Nothing`, which is the case in i9717.scala
0 commit comments