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.
quotes
1 parent b863cec commit b675dfeCopy full SHA for b675dfe
library/src/scala/quoted/Quotes.scala
@@ -12,7 +12,7 @@ import scala.reflect.TypeTest
12
* }
13
* ```
14
*/
15
-inline def quotes(using q: Quotes): q.type = q
+transparent inline def quotes(using inline q: Quotes): q.type = q
16
17
/** Quotation context provided by a macro expansion or in the scope of `scala.quoted.staging.run`.
18
* Used to perform all operations on quoted `Expr` or `Type`.
0 commit comments