TypeScript/tests/cases/fourslash/goToImplementationLocal_06.ts

9 lines
226 B
TypeScript
Raw Normal View History

2016-09-10 00:13:51 +02:00
/// <reference path='fourslash.ts'/>
// Should be able to go to ambient variable declarations
//// declare var [|someVar|]: string;
2016-09-10 00:13:51 +02:00
//// someVa/*reference*/r
2016-09-14 02:33:49 +02:00
verify.allRangesAppearInImplementationList("reference");