Skip to content

Commit

Permalink
Merge pull request scala#13313 from dotty-staging/stabilize-Type.valu…
Browse files Browse the repository at this point in the history
…eOfTuple

Stabilize `scala.quoted.Type.valueOfTuple`
  • Loading branch information
anatoliykmetyuk authored Aug 24, 2021
2 parents 2ea3a87 + 0513b39 commit 11b98c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/src/scala/quoted/Type.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ object Type:
* ```
* @syntax markdown
*/
@experimental
def valueOfTuple[T <: Tuple](using Type[T])(using Quotes): Option[T] =
valueOfTuple(quotes.reflect.TypeRepr.of[T]).asInstanceOf[Option[T]]

Expand Down

0 comments on commit 11b98c2

Please sign in to comment.