We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2814c3 + 66e8afe commit b4074b1Copy full SHA for b4074b1
compiler/src/dotty/tools/dotc/reporting/diagnostic/messages.scala
@@ -352,7 +352,7 @@ object messages {
352
}
353
354
val closeMember = closest match {
355
- case (n, sym) :: Nil => hl""" - did you mean `${s"$siteName.$n"}`?"""
+ case (n, sym) :: Nil => s" - did you mean `$siteName.$n`?"
356
case Nil => ""
357
case _ => assert(
358
false,
0 commit comments