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