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 e873017 commit eec5debCopy full SHA for eec5deb
src/dotty/tools/dotc/core/Symbols.scala
@@ -509,6 +509,8 @@ object Symbols {
509
def showKind(implicit ctx: Context): String = ctx.kindString(this)
510
def showName(implicit ctx: Context): String = ctx.nameString(this)
511
def showFullName(implicit ctx: Context): String = ctx.fullNameString(this)
512
+
513
+ override def hashCode(): PhaseId = id
514
}
515
516
type TermSymbol = Symbol { type ThisName = TermName }
0 commit comments