```lua ---@class A ---@field a any ---@class B : A ---@field b any ---@type B local l ``` Hovering over `B` or `l` shows only the `b` field, omitting the `a` field.
Hovering over
Borlshows only thebfield, omitting theafield.