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
Adding an Overload under ---@Class should not change anything about how the type is handled.
Actual Behaviour
Here we have a class declaration and it's exactly how I want.
Adding an overload for the constructor generates warnings? Doesn't really make any sense.
Reproduction steps
Use ---@Class to define a class.
Add ---@overload.
Make sure the class library you're using returns anything but any when extending or creating a new class.