Skip to content

Commit 92168ff

Browse files
committed
Better toString for TermRefWithSig
1 parent 375c8cf commit 92168ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dotty/tools/dotc/core/Types.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,6 +1785,7 @@ object Types {
17851785
false
17861786
}
17871787
override def computeHash = doHash((name, sig), prefix)
1788+
override def toString = super.toString ++ s"/withSig($sig)"
17881789
}
17891790

17901791
trait WithFixedSym extends NamedType {

0 commit comments

Comments
 (0)