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

8 lines
233 B
TypeScript

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