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 825f8de commit 4576865Copy full SHA for 4576865
compiler/src/dotty/tools/dotc/core/Denotations.scala
@@ -553,7 +553,7 @@ object Denotations {
553
if (sd1.exists)
554
if (sd2.exists)
555
if (isDoubleDef(denot1.symbol, denot2.symbol)) doubleDefError(denot1, denot2)
556
- else throw new TypeError(s"failure to disambiguate overloaded reference $this")
+ else throw new TypeError(i"failure to disambiguate overloaded reference at $this")
557
else sd1
558
else sd2
559
}
0 commit comments