TypeScript/tests/cases/fourslash/unusedVariableInForLoop6FSAddUnderscore.ts
2017-06-08 19:00:08 -07:00

12 lines
284 B
TypeScript

/// <reference path='fourslash.ts' />
// @noUnusedLocals: true
//// function f1 () {
//// for ([|const elem of |]["a", "b", "c"]) {
////
//// }
//// }
verify.rangeAfterCodeFix("const _elem of", /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 1);