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

8 lines
219 B
TypeScript

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