Skip to content

Commit 0513b39

Browse files
committed
Stabilize scala.quoted.Type.valueOfTuple
1 parent 35eb5a9 commit 0513b39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/src/scala/quoted/Type.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ object Type:
5050
* ```
5151
* @syntax markdown
5252
*/
53-
@experimental
5453
def valueOfTuple[T <: Tuple](using Type[T])(using Quotes): Option[T] =
5554
valueOfTuple(quotes.reflect.TypeRepr.of[T]).asInstanceOf[Option[T]]
5655

0 commit comments

Comments
 (0)