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

8 lines
204 B
TypeScript

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