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 f521a5a commit e0057daCopy full SHA for e0057da
compiler/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -71,7 +71,7 @@ trait SymDenotations { this: Context =>
71
72
/** Explain why symbol is invalid; used for debugging only */
73
def traceInvalid(denot: Denotation): Boolean = {
74
- def show(d: Denotation) = s"$d#${d.symbol.id}/${denot.symbol.initialDenot.name.debugString}"
+ def show(d: Denotation) = s"$d#${d.symbol.id}"
75
def explain(msg: String) = {
76
println(s"${show(denot)} is invalid at ${this.period} because $msg")
77
false
0 commit comments