Skip to content

Commit c44c599

Browse files
committed
Make quotes parameter an inline parameter
Same as in #11164
1 parent d1f9cd6 commit c44c599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/quoted/Quotes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package scala.quoted
33
import scala.reflect.TypeTest
44

55
/** Current Quotes in scope */
6-
inline def quotes(using q: Quotes): q.type = q
6+
transparent inline def quotes(using inline q: Quotes): q.type = q
77

88
/** Quotation context provided by a macro expansion or in the scope of `scala.quoted.staging.run`.
99
* Used to perform all operations on quoted `Expr` or `Type`.

0 commit comments

Comments
 (0)