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 e35abf6 commit 25f9bbdCopy full SHA for 25f9bbd
compiler/src/dotty/tools/dotc/transform/ReifyQuotes.scala
@@ -73,7 +73,7 @@ import dotty.tools.dotc.core.quoted._
73
* ...
74
* val y1$1 = args(1).asInstanceOf[Expr[Y]]
75
76
- * { ... T1$1.unary_~ ... x ... '(y1$1.unary_~) ... }
+ * { ... x1$1 .... '{ ... T1$1.unary_~ ... x1$1.toExpr.unary_~ ... y1$1.unary_~ ... } ... }
77
* }
78
* ```
79
* Note: the parameters of `foo` are kept for simple overloading resolution but they are not used in the body of `foo`.
0 commit comments