TypeScript/tests/cases/fourslash/renameLocationsForFunctionExpression02.ts
2017-01-18 13:55:31 -08:00

14 lines
267 B
TypeScript

/// <reference path='fourslash.ts'/>
////function f() {
////
////}
////var x = function [|f|](g: any, h: any) {
////
//// let helper = function f(): any { f(); }
////
//// let foo = () => [|f|]([|f|], g);
////}
verify.rangesAreRenameLocations();