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.
Expr
1 parent 3c02d0c commit 98aa394Copy full SHA for 98aa394
library/src/scala/quoted/QuoteContext.scala
@@ -47,14 +47,6 @@ trait QuoteContext { self: internal.QuoteUnpickler & internal.QuoteMatching =>
47
report.throwError(msg, self)(using QuoteContext.this)
48
unlift.fromExpr(self)(using QuoteContext.this).getOrElse(reportError)
49
50
- /** View this expression `quoted.Expr[T]` as a `Term` */
51
- @deprecated("Use reflect.Term.of", "")
52
- def unseal: reflect.Term = self.asReflectTree // TODO remove
53
-
54
55
56
- def asReflectTree: reflect.Term = // TODO remove
57
- reflect.Term.of(self)
58
end extension
59
60
// Extension methods for `Expr[Any]` that take another explicit type parameter
0 commit comments