Open som-snytt opened 2 years ago
Scala version: 2.13
Search occCounts in standard lib docs yields results that are not shown in the target page. It is protected[collection].
occCounts
protected[collection]
https://www.scala-lang.org/api/current/scala/collection/Seq.html?search=occCounts
https://www.scala-lang.org/api/current/scala/collection/AbstractIndexedSeqView.html#occCounts[B](sq:scala.collection.Seq[B]):scala.collection.mutable.Map[B,Int]
Search should only show results visible in the docs.
Related issue for this case is https://github.com/scala/bug/issues/12083
ha, good catch
Reproduction steps
Scala version: 2.13
Search
occCounts
in standard lib docs yields results that are not shown in the target page. It isprotected[collection]
.https://www.scala-lang.org/api/current/scala/collection/Seq.html?search=occCounts
https://www.scala-lang.org/api/current/scala/collection/AbstractIndexedSeqView.html#occCounts[B](sq:scala.collection.Seq[B]):scala.collection.mutable.Map[B,Int]
Problem
Search should only show results visible in the docs.
Related issue for this case is https://github.com/scala/bug/issues/12083