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 058e88d commit 9e4dbe8Copy full SHA for 9e4dbe8
compiler/src/dotty/tools/dotc/util/HashTable.scala
@@ -138,5 +138,5 @@ class HashTable[Key >: Null <: AnyRef, Value >: Null <: AnyRef]
138
yield (keyAt(idx), valueAt(idx))
139
140
override def toString: String =
141
- iterator.map((k, v) => s"$k -> $v").mkString("LinearTable(", ", ", ")")
+ iterator.map((k, v) => s"$k -> $v").mkString("HashTable(", ", ", ")")
142
end HashTable
0 commit comments