You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeFoo=StringobjectFoo:/** forever shrouded in mystery */valfoo=""objectBar:/** all will be revealed */valbar=""
Hovering foo reveals no javadoc, whereas the bar tooltip works fine. Note that the Bar object is not named after a type alias.
Expected behavior
Hovering foo should reveal forever shrouded in mystery.
Operating system
Linux
Editor/Extension
VS Code
Version of Metals
1.3.5
The text was updated successfully, but these errors were encountered:
schlawg
changed the title
an object shadowed by an opaque type or type alias consumes all javadocs
javadocs are suppressed within an object that shadows an opaque/alias type.
Oct 17, 2024
Describe the bug
Hovering
foo
reveals no javadoc, whereas thebar
tooltip works fine. Note that theBar
object is not named after a type alias.Expected behavior
Hovering
foo
should revealforever shrouded in mystery
.Operating system
Linux
Editor/Extension
VS Code
Version of Metals
1.3.5
The text was updated successfully, but these errors were encountered: