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
TypeScript Version: master: commit adfdae0
Tested on Win10 in vscode 1.6.1 (commit 9e4e44c19)
It appears doc comments are shared between only some of the overloads in the following code snippet. this may be desirable -- perhaps each overload deserves a different description. But then the current behavior is strange as well.
TypeScript Version: master: commit adfdae0
Tested on Win10 in vscode 1.6.1 (commit 9e4e44c19)
It appears doc comments are shared between only some of the overloads in the following code snippet. this may be desirable -- perhaps each overload deserves a different description. But then the current behavior is strange as well.
Code
Expected behavior:
On hover, all overloads get a doc comment description.
Actual behavior:
Only the overloads with argument of type
D
andA
get the doc comment.The text was updated successfully, but these errors were encountered: