Skip to content

Commit cebfdd8

Browse files
committed
Update syntax
1 parent daabc81 commit cebfdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/quoted/PickledQuotes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ object PickledQuotes {
7474
override def transform(tree: tpd.Tree)(implicit ctx: Context): tpd.Tree = tree match {
7575
case Hole(isTerm, idx, args) =>
7676
val reifiedArgs = args.map { arg =>
77-
if (arg.isTerm) (qctx: scala.quoted.QuoteContext) ?=> new TastyTreeExpr(arg, QuoteContext.scopeId)
77+
if (arg.isTerm) (using qctx: scala.quoted.QuoteContext) => new TastyTreeExpr(arg, QuoteContext.scopeId)
7878
else new TreeType(arg, QuoteContext.scopeId)
7979
}
8080
if isTerm then

0 commit comments

Comments
 (0)