Testing #2218 ``` javascript /** * @param {string} name */ function howdy(name) { } howdy(3); ```  even if it knows a string is expected: 