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
3.2.1-RC1-bin-20220720-6c7acf9-NIGHTLY
Path dependent types in scaladoc are not rendered properly - they're replaced with <none>, e.g. for object scala.deriving.Mirror:
<none>
scala.deriving.Mirror
extension [T](p: ProductOf[T]) def fromTuple(t: p.MirroredElemTypes): T
is displayed as
extension [T](p: [ProductOf][T]) def fromTuple(t: <none>): T
The text was updated successfully, but these errors were encountered:
This problem seems to be fixed thanks to @Florian3k in PR #17213. (Tested locally)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Compiler version
3.2.1-RC1-bin-20220720-6c7acf9-NIGHTLY
Problem description
Path dependent types in scaladoc are not rendered properly - they're replaced with
<none>
, e.g. for objectscala.deriving.Mirror
:is displayed as
The text was updated successfully, but these errors were encountered: