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 60288c4 commit 555555fCopy full SHA for 555555f
tests/neg-macros/i8045.scala
@@ -1,5 +1,5 @@
1
import scala.quoted._
2
object Test
3
- def run(using Quotes)(tree: qctx.reflect.Tree): Unit =
+ def run(using Quotes)(tree: quotes.reflect.Tree): Unit =
4
'{ ${ makeExpr(tree) } + 1 } // error
5
- def makeExpr(using Quotes)(tree: qctx.reflect.Tree): Expr[Int] = ???
+ def makeExpr(using Quotes)(tree: quotes.reflect.Tree): Expr[Int] = ???
0 commit comments