Skip to content

Commit 555555f

Browse files
Update i8045.scala
1 parent 60288c4 commit 555555f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg-macros/i8045.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import scala.quoted._
22
object Test
3-
def run(using Quotes)(tree: qctx.reflect.Tree): Unit =
3+
def run(using Quotes)(tree: quotes.reflect.Tree): Unit =
44
'{ ${ makeExpr(tree) } + 1 } // error
5-
def makeExpr(using Quotes)(tree: qctx.reflect.Tree): Expr[Int] = ???
5+
def makeExpr(using Quotes)(tree: quotes.reflect.Tree): Expr[Int] = ???

0 commit comments

Comments
 (0)