gaoxinyang

Results 4 comments of gaoxinyang

Hi, thanks for the reply. It actually gives a mix of sealed traits and case classes of its descendants given a complex type hierarchy, for example, in the following hierarchy,...

I have created an example to reproduce the issue: https://github.com/gaoxinyang/magnolia-subtypes/tree/master/src/main/scala/com/example/magnolia run **application.scala** firstly, you will get a list of subtypes of sealed trait **Root**: `List(org.example.magnolia.A.A1, org.example.magnolia.A.A2, org.example.magnolia.B.CCC1, org.example.magnolia.B.CCC2, org.example.magnolia.C.CC1, org.example.magnolia.C.CC2,...