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 b50ee94 commit e6bd8f4Copy full SHA for e6bd8f4
library-js/src/scala/Symbol.scala
@@ -46,7 +46,7 @@ object Symbol extends UniquenessCache[String, Symbol] {
46
}
47
48
// Modified to use Scala.js specific cache
49
-private[scala] abstract class UniquenessCache[K, V >: Null] {
+private[scala] abstract class UniquenessCache[K, V] {
50
private val cache = js.Dictionary.empty[V]
51
52
protected def valueFromKey(k: String): V
0 commit comments