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.
2 parents 9ae9a20 + fc605da commit 78a4ff4Copy full SHA for 78a4ff4
src/dotty/tools/dotc/typer/RefChecks.scala
@@ -525,7 +525,7 @@ object RefChecks {
525
subclassMsg(concreteSym, abstractSym)
526
else ""
527
528
- undefined(s"\n(Note that $pa does not match $pc$addendum)")
+ undefined(s"\n(Note that ${pa.show} does not match ${pc.show}$addendum)")
529
case xs =>
530
undefined(s"\n(The class implements a member with a different type: ${concrete.showDcl})")
531
}
0 commit comments