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

8 lines
229 B
TypeScript

/// <reference path='fourslash.ts'/>
// Should return the defintion of locally defined variables
//// const [|hello = function() {}|];
//// he/*function_call*/llo();
verify.allRangesAppearInImplementationList("function_call");