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

10 lines
234 B
TypeScript

/// <reference path='fourslash.ts'/>
// Should return definition of function when invoked on the declaration
//// [|function he/*local_var*/llo() {}|]
////
//// hello();
////
verify.allRangesAppearInImplementationList("local_var");