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
Default parameters on enumcases does not seem to work properly.
Minimized code
enumParser[+Value]:caseSuccess(value: Value, issues: Seq[Failure] =Seq.empty) extendsParser[Value]
caseFailure(exception: Throwable) extendsParser[Nothing]
Parser.Success(1)
^
method $lessinit$greater$default$2 in objectSuccess does not take typeparameters