TypeScript/tests/cases/fourslash/goToImplementationLocal_07.ts
2016-09-13 17:33:49 -07:00

8 lines
248 B
TypeScript

/// <reference path='fourslash.ts'/>
// Should be able to go to ambient function declarations
//// [|declare function someFunction(): () => void;|]
//// someFun/*reference*/ction();
verify.allRangesAppearInImplementationList("reference");