Ulf Thomas
Results
1
comments of
Ulf Thomas
Hi, issue is that the `deriveEnumType` macro fails when the Enum is a "case object hierarchy" and it is not contained in another object. e.g.: ``` sealed trait Fruit case...