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.
2 parents ed57e32 + 36da313 commit 34f8362Copy full SHA for 34f8362
tests/pos-macros/i15709.scala
@@ -0,0 +1,4 @@
1
+import quoted.*
2
+
3
+inline def foo(s: Singleton): Unit = ${ fooImpl('s) }
4
+def fooImpl(s: Expr[Singleton])(using Quotes) = '{}
0 commit comments