Skip to content

Commit 88c5447

Browse files
committed
Fix comments in QuotePatterns.scala
1 parent b66354d commit 88c5447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/quoted/QuotePatterns.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ object QuotePatterns:
7474
* .ExprMatch // or TypeMatch
7575
* .unapply[
7676
* KCons[t1 >: l1 <: b1, ...KCons[tn >: ln <: bn, KNil]...], // scala.quoted.runtime.{KCons, KNil}
77-
* (T1, T2, (A1, ..., An) => T3, ...)
77+
* (Expr[T1], Expr[T2], Expr[(A1, ..., An) => T3], ...)
7878
* ](
7979
* '{
8080
* type t1' >: l1' <: b1'

0 commit comments

Comments
 (0)