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 ef536f0 commit 04b1253Copy full SHA for 04b1253
src/dotty/tools/dotc/core/Symbols.scala
@@ -503,6 +503,8 @@ object Symbols {
503
def showKind(implicit ctx: Context): String = ctx.kindString(this)
504
def showName(implicit ctx: Context): String = ctx.nameString(this)
505
def showFullName(implicit ctx: Context): String = ctx.fullNameString(this)
506
+
507
+ override def hashCode(): PhaseId = id
508
}
509
510
type TermSymbol = Symbol { type ThisName = TermName }
0 commit comments