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 2a32d6a commit d5721f4Copy full SHA for d5721f4
compiler/src/dotty/tools/dotc/core/Denotations.scala
@@ -585,7 +585,7 @@ object Denotations {
585
try info.signature
586
catch { // !!! DEBUG
587
case scala.util.control.NonFatal(ex) =>
588
- report.echo(s"cannot take signature of ${info.show}")
+ report.echo(s"cannot take signature of $info")
589
throw ex
590
}
591
case _ => Signature.NotAMethod
0 commit comments