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
declarefunctionf(x: string,y: number): any;// 1. Put cursor inside call parens// 2. Request signature help with cmd+shift+space// 3. Type a quote mark// 4. Observed behavior: no squiggliesf()
π Actual behavior
No error after following instructions, until making another edit elsewhere / with signature help closed
Bug Report
π Search Terms
signature help missing errors
π Version & Regression Information
Saw this for the first time a few months ago, but could be older.
β― Playground Link
Playground link with relevant code
π» Code
π Actual behavior
No error after following instructions, until making another edit elsewhere / with signature help closed
π Expected behavior
Arity error on the call