monix/newtypes

`NewsubtypeWrapped[Array[*]]` yields compiler error

manufacturist opened this issue · 1 comments

Fails at the erasure phase of the compile process. Reproducible Scastie link with Scala 2.13.10 & newtypes-core 0.2.3.

object Logo extends monix.newtypes.NewsubtypeWrapped[Array[Byte]]
type Logo = Logo.Type

That's very weird, thanks for the report.