TypeScript/tests/cases/fourslash/unusedParameterInFunction1AddUnderscore.ts
2017-06-08 19:00:08 -07:00

8 lines
223 B
TypeScript

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