TypeScript/tests/cases/fourslash/goToImplementationLocal_00.ts

9 lines
219 B
TypeScript
Raw Normal View History

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