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 c3e90b8 commit 7f2f83eCopy full SHA for 7f2f83e
library/src/scala/internal/quoted/Matcher.scala
@@ -24,7 +24,7 @@ private[quoted] object Matcher {
24
*/
25
private type Env = Map[Symbol, Symbol]
26
27
- inline private def withEnv[T](env: Env)(body: => Env ?=> T): T = body(using env)
+ inline private def withEnv[T](env: Env)(inline body: Env ?=> T): T = body(using env)
28
29
class SymBinding(val sym: Symbol, val fromAbove: Boolean)
30
0 commit comments