_From @alexandrudima on January 27, 2016 13:1_ Testing #2218 ``` javascript /** * @param {string} name */ function howdy(name) { } howdy(3); ```  even if it knows a string is expected:  _Copied from original issue: Microsoft/vscode#2442_
From @alexandrudima on January 27, 2016 13:1
Testing #2218
even if it knows a string is expected:
Copied from original issue: microsoft/vscode#2442