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
traitSealed[A]
enumFooderivesSealed {
caseA, B, C
}
Output
-- [E008] NotFoundError: sandbox/mirror/example.scala:3:17-------------------3|enumFooderivesSealed {
|^| value derived is not a member of <notype>
1 error found
Expectation
an error message that perhaps informs that Sealed has no companion so can not be derived from