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 unpickling an inner class in a Scala2 object without companion
When we unpickle a Scala2 module we might not have a companion class to unpickle,
when this happen we call markAbsent() on the denotation of the companion
class, which means that calls to companionModule will not work. Fixed by
falling back to the more robust scalacLinkedClass.
0 commit comments