File tree 1 file changed +3
-3
lines changed
compiler/src/dotty/tools/dotc/transform
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ import scala.annotation.constructorOnly
59
59
* ]],
60
60
* typeHole = Seq(a, b),
61
61
* termHole = (idx: Int, args: List[Any], quotes: Quotes) => idx match {
62
- * case 3 => content0 .apply(args(0).asInstanceOf[Expr[U1]]).apply(quotes) // beta reduced
63
- * case 4 => content1 .apply(args(0).asInstanceOf[Expr[U2]]).apply(quotes) // beta reduced
64
- * case 5 => content2 .apply(args(0).asInstanceOf[Expr[U1]], args(1).asInstanceOf[Expr[U2]]).apply(quotes) // beta reduced
62
+ * case 3 => holeContents0 .apply(args(0).asInstanceOf[Expr[U1]]).apply(quotes) // beta reduced
63
+ * case 4 => holeContents1 .apply(args(0).asInstanceOf[Expr[U2]]).apply(quotes) // beta reduced
64
+ * case 5 => holeContents2 .apply(args(0).asInstanceOf[Expr[U1]], args(1).asInstanceOf[Expr[U2]]).apply(quotes) // beta reduced
65
65
* },
66
66
* )
67
67
* ```
You can’t perform that action at this time.
0 commit comments