Skip to content

Commit 9118e59

Browse files
Update tests/run-staging/quote-nested-4.scala
Co-authored-by: Fengyun Liu <liu@fengy.me>
1 parent 47a1586 commit 9118e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-staging/quote-nested-4.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Test {
55
given Toolbox = Toolbox.make(getClass.getClassLoader)
66
def main(args: Array[String]): Unit = withQuoteContext {
77

8-
val q = '{ (qtx: QuoteContext) ?=>
8+
val q = '{ (using qctx: QuoteContext) =>
99
val t = '[String]
1010
t
1111
}

0 commit comments

Comments
 (0)