Open
Description
minimized code
import scala.deriving._
import compiletime._
case class B(v: Double) extends AnyVal
val m = summon[Mirror.ProductOf[B]]
expectation
m
should be a mirror, instead it throws the error no implicit argument of type deriving.Mirror.ProductOf[B] was found for parameter x of method the in object DottyPredef