Skip to content

Commit 25f9bbd

Browse files
Update documentation
1 parent e35abf6 commit 25f9bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/ReifyQuotes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import dotty.tools.dotc.core.quoted._
7373
* ...
7474
* val y1$1 = args(1).asInstanceOf[Expr[Y]]
7575
* ...
76-
* { ... T1$1.unary_~ ... x ... '(y1$1.unary_~) ... }
76+
* { ... x1$1 .... '{ ... T1$1.unary_~ ... x1$1.toExpr.unary_~ ... y1$1.unary_~ ... } ... }
7777
* }
7878
* ```
7979
* Note: the parameters of `foo` are kept for simple overloading resolution but they are not used in the body of `foo`.

0 commit comments

Comments
 (0)