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 9118e59 commit 243ac3bCopy full SHA for 243ac3b
tests/run-staging/quote-nested-4.check
@@ -1,5 +1,5 @@
1
-((qtx: scala.quoted.QuoteContext) ?=> {
2
- val t: scala.quoted.Type[scala.Predef.String] = scala.internal.quoted.CompileTime.typeQuote[scala.Predef.String].apply(using qtx)
+((qctx: scala.quoted.QuoteContext) ?=> {
+ val t: scala.quoted.Type[scala.Predef.String] = scala.internal.quoted.CompileTime.typeQuote[scala.Predef.String].apply(using qctx)
3
4
(t: scala.quoted.Type[scala.Predef.String])
5
})
0 commit comments