TypeScript/tests/cases/fourslash/goToImplementationLocal_04.ts

11 lines
235 B
TypeScript
Raw Normal View History

2016-08-22 22:57:40 +02:00
/// <reference path='fourslash.ts'/>
// Should return definition of function when invoked on the declaration
//// function [|he/*local_var*/llo|]() {}
2016-08-22 22:57:40 +02:00
////
//// hello();
////
2016-09-14 02:33:49 +02:00
verify.allRangesAppearInImplementationList("local_var");