Skip to content

Commit 034bb91

Browse files
mpilquistKordyjan
authored andcommitted
Remove experimental from Mirror#fromProductTyped
1 parent 5990252 commit 034bb91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/src/scala/deriving/Mirror.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ object Mirror {
5252

5353
extension [T](p: ProductOf[T])
5454
/** Create a new instance of type `T` with elements taken from product `a`. */
55-
@annotation.experimental
5655
def fromProductTyped[A <: scala.Product, Elems <: p.MirroredElemTypes](a: A)(using m: ProductOf[A] { type MirroredElemTypes = Elems }): T =
5756
p.fromProduct(a)
5857

0 commit comments

Comments
 (0)