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 b48ca44 commit 7473077Copy full SHA for 7473077
library/src/scala/internal/quoted/Matcher.scala
@@ -73,7 +73,7 @@ import scala.quoted._
73
* '{ new T } =?= '{ new T } ===> matched
74
*
75
* /* Match this */
76
- * '{ this } =?= '{ this } ===> matched
+ * '{ C.this } =?= '{ C.this } ===> matched
77
78
* /* Match super */
79
* '{ e.super } =?= '{ p.super } ===> '{e} =?= '{p}
0 commit comments