Skip to content

Commit e6bd8f4

Browse files
committed
Update UniquenessCache in sjs
1 parent b50ee94 commit e6bd8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library-js/src/scala/Symbol.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ object Symbol extends UniquenessCache[String, Symbol] {
4646
}
4747

4848
// Modified to use Scala.js specific cache
49-
private[scala] abstract class UniquenessCache[K, V >: Null] {
49+
private[scala] abstract class UniquenessCache[K, V] {
5050
private val cache = js.Dictionary.empty[V]
5151

5252
protected def valueFromKey(k: String): V

0 commit comments

Comments
 (0)