TypeScript/tests/cases/fourslash/goToImplementationLocal_03.ts

13 lines
251 B
TypeScript
Raw Normal View History

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