diff --git a/library/src/scala/quoted/Quotes.scala b/library/src/scala/quoted/Quotes.scala index 0a9edb21c21e..09a7d11bfd6a 100644 --- a/library/src/scala/quoted/Quotes.scala +++ b/library/src/scala/quoted/Quotes.scala @@ -12,7 +12,7 @@ import scala.reflect.TypeTest * } * ``` */ -inline def quotes(using q: Quotes): q.type = q +transparent inline def quotes(using inline q: Quotes): q.type = q /** Quotation context provided by a macro expansion or in the scope of `scala.quoted.staging.run`. * Used to perform all operations on quoted `Expr` or `Type`.