TypeScript/tests/cases/fourslash/unusedVariableInForLoop5FSAddUnderscore.ts
2017-06-08 19:22:29 -07:00

11 lines
282 B
TypeScript

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