diff --git a/tests/cases/fourslash/jsdocParam_suggestion1.ts b/tests/cases/fourslash/jsdocParam_suggestion1.ts index 6173e3a82e6..f3c5fca6566 100644 --- a/tests/cases/fourslash/jsdocParam_suggestion1.ts +++ b/tests/cases/fourslash/jsdocParam_suggestion1.ts @@ -3,7 +3,6 @@ //// /** //// * @param options - whatever //// * @param options.zone - equally bad -//// * @param options.ugh - why //// */ //// declare function bad(options: any): void ////