We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scala version: 2.13
keyset and genkeyset are searchable in docs but omitted.
keyset
genkeyset
https://www.scala-lang.org/api/current/scala/collection/MapOps.html#GenKeySetextendsAnyRef
I expect to see docs for protected classes intended for implementors.
If it's intended to hide protected classes, then they should not be searchable.
Similar for dotty scala/scala3#18946
Relatedly #11727
The text was updated successfully, but these errors were encountered:
Duplicates #12670 and related
Sorry, something went wrong.
No branches or pull requests
Reproduction steps
Scala version: 2.13
keyset
andgenkeyset
are searchable in docs but omitted.https://www.scala-lang.org/api/current/scala/collection/MapOps.html#GenKeySetextendsAnyRef
Problem
I expect to see docs for protected classes intended for implementors.
If it's intended to hide protected classes, then they should not be searchable.
Similar for dotty scala/scala3#18946
Relatedly #11727
The text was updated successfully, but these errors were encountered: