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 8410a36 commit 44c9674Copy full SHA for 44c9674
tests/pos-macros/i18855/invoc.scala
@@ -0,0 +1,3 @@
1
+import scala.language.experimental.captureChecking
2
+val x = run()
3
+
tests/pos-macros/i18855/macro.scala
@@ -0,0 +1,7 @@
+import scala.quoted.*
4
+def impl()(using Quotes): Expr[Unit] = '{()}
5
+inline def run(): Unit = ${impl()}
6
7
0 commit comments