Skip to content

Commit 1b825b8

Browse files
committed
Revert check files
These should also be converted to `using` once Tasty printers have been updated.
1 parent 30f45d4 commit 1b825b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
((using qctx: scala.quoted.QuoteContext) => {
1+
((qctx: scala.quoted.QuoteContext) ?=> {
22
val a: scala.quoted.Expr[scala.Int] = scala.internal.quoted.CompileTime.exprQuote[scala.Int](4).apply(using qctx)
3-
((using qctx1_$1: scala.quoted.QuoteContext) => a).apply(using qctx)
3+
((qctx1_$1: scala.quoted.QuoteContext) ?=> a).apply(using qctx)
44
})
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
((using qctx: scala.quoted.QuoteContext) => {
1+
((qctx: scala.quoted.QuoteContext) ?=> {
22
val a: scala.quoted.Expr[scala.Int] = scala.internal.quoted.CompileTime.exprQuote[scala.Int](4).apply(using qctx)
3-
((using qctx2: scala.quoted.QuoteContext) => ((using qctx1_$1: scala.quoted.QuoteContext) => a).apply(using qctx2)).apply(using qctx)
3+
((qctx2: scala.quoted.QuoteContext) ?=> ((qctx1_$1: scala.quoted.QuoteContext) ?=> a).apply(using qctx2)).apply(using qctx)
44
})

0 commit comments

Comments
 (0)