We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5990252 commit 034bb91Copy full SHA for 034bb91
library/src/scala/deriving/Mirror.scala
@@ -52,7 +52,6 @@ object Mirror {
52
53
extension [T](p: ProductOf[T])
54
/** Create a new instance of type `T` with elements taken from product `a`. */
55
- @annotation.experimental
56
def fromProductTyped[A <: scala.Product, Elems <: p.MirroredElemTypes](a: A)(using m: ProductOf[A] { type MirroredElemTypes = Elems }): T =
57
p.fromProduct(a)
58
0 commit comments