-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Scaladoc is years before the language and creates opaque object
s
#21228
Comments
It's not really opaque types. The compiler uses internally |
We could probably filter out scala3/scaladoc/src/dotty/tools/scaladoc/tasty/ClassLikeSupport.scala Lines 314 to 319 in b8c5ecb
Or could we directly remove cc @Florian3k |
@mbovel Yes, it seems like the correct solution. (I meant the one in |
Filtering should be fine. Not so sure about removing it from |
Compiler version
3.6.0-RC1-bin-20240718-bd84584-NIGHTLY
,3.4.2
Minimized code
scala-cli doc opaqueobject.scala
Output
The
object
documentation also gets anopaque
modifier.The
opaque type
is documented correctly.Expectation
The
object
documentation doesn't have anopaque
modifierThe text was updated successfully, but these errors were encountered: