TypeScript/tests/cases/fourslash/renameLocationsForFunctionExpression02.ts
2019-06-13 12:41:21 -07:00

14 lines
314 B
TypeScript

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