TypeScript/tests/cases/fourslash/renameInfoForFunctionExpression01.ts

8 lines
165 B
TypeScript
Raw Normal View History

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