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 ece9400 commit 311f510Copy full SHA for 311f510
tests/pos-macros/i13732.scala
@@ -0,0 +1,6 @@
1
+import scala.quoted.*
2
+
3
+def generateImpl(using q: Quotes): Expr[Unit] =
4
+ '{ def runEffect[T]: T = ${ runEffectImpl[T] } }
5
6
+inline def runEffectImpl[T: Type]: Expr[T] = ???
0 commit comments