Bug Report
🔎 Search Terms
- ts check
- quick fix
- code action
🕗 Version & Regression Information
4.3.0-dev.20210228
💻 Code
For the javascript:
Use add missing function declaration on add
🙁 Actual behavior
The ts check comment is duplicated
//@ts-checkadd(1,2);function//@ts-checkadd(arg0,arg1){thrownewError("Function not implemented.");}🙂 Expected behavior
//@ts-checkadd(1,2);functionadd(arg0,arg1){thrownewError("Function not implemented.");}
Bug Report
🔎 Search Terms
🕗 Version & Regression Information
4.3.0-dev.20210228
💻 Code
For the javascript:
Use
add missing function declarationonadd🙁 Actual behavior
The ts check comment is duplicated
🙂 Expected behavior