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 d02ecd0 commit 2340979Copy full SHA for 2340979
tests/pos-macros/i17409.scala
@@ -0,0 +1,10 @@
1
+import scala.quoted.*
2
+
3
+transparent inline def thing =
4
+ ${ thingImpl }
5
6
+def thingImpl(using Quotes): Expr[Any] =
7
+ '{
8
+ def makeThing: { def me: this.type } = ???
9
+ makeThing
10
+ }
0 commit comments