TypeScript/tests/cases/fourslash/goToImplementationLocal_03.ts

12 lines
250 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 = {}|];
////
//// x.hello();
////
//// hello = {};
////
2016-09-14 02:33:49 +02:00
verify.allRangesAppearInImplementationList("local_var");