```lua ---@class Foo ---@field a any aaa ---@field b any bbb ``` When hovering over `Foo`, the descriptive comments `aaa` and `bbb` are not displayed.
When hovering over
Foo, the descriptive commentsaaaandbbbare not displayed.