TypeScript/tests/cases/fourslash/unusedParameterInFunction4.ts
2017-06-06 14:11:11 -07:00

9 lines
261 B
TypeScript

/// <reference path='fourslash.ts' />
// @noUnusedParameters: true
////[|function greeter(x,y,z) |] {
//// x++;
//// z++;
////}
verify.rangeAfterCodeFix("function greeter(x,z)", /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 0);