/// // @noUnusedLocals: true // @noUnusedParameters: true //// [|interface I {}|] verify.codeFix({ description: "Remove type parameters", newRangeContent: "interface I {}", });