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
In the case where an enum case contains an extends clause whose type is not
fully specified, we cannot generate a function type parent for the companion
object.
In fact, this business of generating function types as parents of case class
companions is getting more and more fragile. We should maybe get out of it
altogether.
0 commit comments