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

12 lines
250 B
TypeScript

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