TypeScript/tests/cases/fourslash/findAllRefsForFunctionExpression01.ts
2016-06-15 09:05:15 -07:00

12 lines
290 B
TypeScript

/// <reference path='fourslash.ts'/>
// @Filename: file1.ts
////var foo = function [|foo|](a = [|foo|](), b = () => [|foo|]) {
//// [|foo|]([|foo|], [|foo|]);
////}
// @Filename: file2.ts
/////// <reference path="file1.ts" />
////foo();
verify.rangesReferenceEachOther();