We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
quotes
1 parent d1f9cd6 commit c44c599Copy full SHA for c44c599
library/src/scala/quoted/Quotes.scala
@@ -3,7 +3,7 @@ package scala.quoted
3
import scala.reflect.TypeTest
4
5
/** Current Quotes in scope */
6
-inline def quotes(using q: Quotes): q.type = q
+transparent inline def quotes(using inline q: Quotes): q.type = q
7
8
/** Quotation context provided by a macro expansion or in the scope of `scala.quoted.staging.run`.
9
* Used to perform all operations on quoted `Expr` or `Type`.
0 commit comments