We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b95c968 + 0ff35b1 commit c629090Copy full SHA for c629090
tests/pos/i15715.scala
@@ -0,0 +1,7 @@
1
+import scala.quoted.*
2
+
3
+def macroImpl(using Quotes) =
4
+ val expr = Expr(1)
5
+ Some((1, 2)).map { (x, y) =>
6
+ '{ ${expr} + 1 }
7
+ }
0 commit comments