Skip to content

Commit e2e76e9

Browse files
Update library/src-bootstrapped/scala/quoted/Type.scala
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent 5326b7b commit e2e76e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src-bootstrapped/scala/quoted/Type.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract class Type[X <: AnyKind] private[scala] {
1616
this.asTypeTree.showWith(syntaxHighlight)
1717

1818
/** View this expression `quoted.Type[T]` as a `TypeTree` */
19-
@deprecated("Replaced with `asExprOf`", "0.27.0")
19+
@deprecated("Replaced with `asTypeTree`", "0.27.0")
2020
def unseal(using qctx: QuoteContext): qctx.tasty.TypeTree = asTypeTree
2121

2222
/** View this expression `quoted.Type[T]` as a `qctx.tasty.TypeTree` */

0 commit comments

Comments
 (0)