TypeScript/tests/cases/fourslash/unusedParameterInFunction4.ts

9 lines
261 B
TypeScript
Raw Normal View History

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