We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5326b7b commit e2e76e9Copy full SHA for e2e76e9
library/src-bootstrapped/scala/quoted/Type.scala
@@ -16,7 +16,7 @@ abstract class Type[X <: AnyKind] private[scala] {
16
this.asTypeTree.showWith(syntaxHighlight)
17
18
/** View this expression `quoted.Type[T]` as a `TypeTree` */
19
- @deprecated("Replaced with `asExprOf`", "0.27.0")
+ @deprecated("Replaced with `asTypeTree`", "0.27.0")
20
def unseal(using qctx: QuoteContext): qctx.tasty.TypeTree = asTypeTree
21
22
/** View this expression `quoted.Type[T]` as a `qctx.tasty.TypeTree` */
0 commit comments