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 1f574e8 commit 36da313Copy full SHA for 36da313
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