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
This should not be a rule, I'd guess this is a bug in intellisense on whichever IDE that is. Seeing this issue I now understand the reason for so many overloads 😄.
Related to #1
Need to work on overload resolution. Example:
A:
vs.
B:
Using A then the following code shows
err
in intellisense/type-checking asany
. Using Berr
is correctly (and more helpfully) identified asError | {}
The text was updated successfully, but these errors were encountered: