TypeScript/tests/cases/fourslash/goToImplementationLocal_01.ts

9 lines
230 B
TypeScript
Raw Normal View History

2016-08-22 22:57:40 +02:00
/// <reference path='fourslash.ts'/>
// Should return the defintion of locally defined variables
//// const [|hello|] = function() {};
2016-08-22 22:57:40 +02:00
//// he/*function_call*/llo();
verify.allRangesAppearInImplementationList("function_call");