TypeScript/tests/cases/fourslash/renameInfoForFunctionExpression01.ts
2015-06-03 12:34:41 -07:00

8 lines
165 B
TypeScript

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