Open
Description
In Magnolia 1 for Scala 3 the index of the subtype is retrieved from the Mirror.SumOf.
In Magnolia 1 for Scala 2 the index of the subtype is determined after doing a .sortBy(_.fullName)
using .zipWithIndex
. ->
Is the conclusion correct?
Is it possible to preserve the original index in the Scala 2 implementation?
Metadata
Metadata
Assignees
Labels
No labels