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

8 lines
157 B
TypeScript

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