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
I tried a bunch of different variations to see what is the permutation that would trigger the unpickling exception. If I leave out sealed in ParentContainer#Entry, it compiles fine. I can use any combination of class/trait - but it seems to me that it is the sealed portion that kills the unpickler.
Uh oh!
There was an error while loading. Please reload this page.
Steps to Reproduce
Notes
I tried a bunch of different variations to see what is the permutation that would trigger the unpickling exception. If I leave out
sealed
inParentContainer#Entry
, it compiles fine. I can use any combination ofclass/trait
- but it seems to me that it is thesealed
portion that kills the unpickler.Ping @odersky, @smarter
The text was updated successfully, but these errors were encountered: