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