Skip to content

Commit 7473077

Browse files
Update library/src/scala/internal/quoted/Matcher.scala
Co-Authored-By: Fengyun Liu <[email protected]>
1 parent b48ca44 commit 7473077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/internal/quoted/Matcher.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import scala.quoted._
7373
* '{ new T } =?= '{ new T } ===> matched
7474
*
7575
* /* Match this */
76-
* '{ this } =?= '{ this } ===> matched
76+
* '{ C.this } =?= '{ C.this } ===> matched
7777
*
7878
* /* Match super */
7979
* '{ e.super } =?= '{ p.super } ===> '{e} =?= '{p}

0 commit comments

Comments
 (0)