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
#2914 introduced LazyRefs in the pickle format. We should try to avoid this, since it makes
it very hard to produce legal Tasty trees from other sources than the Dotty compiler. It would be
better if the Unpickler could insert the LazyRefs automatically where needed.