# Bug Report ### π Search Terms ts-ignore jsdoc ### π Version & Regression Information - This changed between versions `3.8.3` and `3.9.7` ### β― Playground Link --> [Playground link with relevant code](https://www.typescriptlang.org/play?ts=3.9.7&filetype=js#code/PQKhFgChmACABALgZwLQEsDmA7A9gJwFMpYQEAHAQ30oFtYBvbAV1oCND8BfWADxJDAoAM2bYAxonS5ssYblwAKAJSMoULlCA) ### π» Code <!-- Please post the relevant code sample here as well--> ```ts /** // @ts-ignore * @param {number} x */ function foo() { } ``` ### π Actual behavior The error is not ignored ### π Expected behavior The error is ignored