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 2b9b5e4 commit 564db28Copy full SHA for 564db28
compiler/src/scala/quoted/runtime/impl/QuotesImpl.scala
@@ -76,7 +76,7 @@ class QuotesImpl private (using val ctx: Context) extends Quotes, QuoteUnpickler
76
77
object reflect extends reflectModule:
78
79
- extension (expr: Expr[Any]):
+ extension (expr: Expr[Any])
80
def asTerm: Term =
81
val exprImpl = expr.asInstanceOf[ExprImpl]
82
exprImpl.checkScopeId(QuotesImpl.this.hashCode)
0 commit comments