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 782f57a commit da6d379Copy full SHA for da6d379
compiler/src/dotty/tools/dotc/transform/ReifyQuotes.scala
@@ -317,13 +317,14 @@ class ReifyQuotes extends MacroTransformWithImplicits {
317
}
318
319
320
- /** Transforms the contents of a splice nested
+ /** Transforms the contents of a nested splice
321
+ * Assuming
322
* '{
323
* val x = ???
324
* val y = ???
325
* { ... '{ ... x .. y ... } ... }.unary_~
326
* }
- *
327
+ * then the spliced subexpression
328
* { ... '{ ... x ... y ... } ... }
329
* will be transformed to
330
* (args: Seq[Any]) => {
0 commit comments