Skip to content

Commit 11b98c2

Browse files
Merge pull request #13313 from dotty-staging/stabilize-Type.valueOfTuple
Stabilize `scala.quoted.Type.valueOfTuple`
2 parents 2ea3a87 + 0513b39 commit 11b98c2

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)