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

8 lines
224 B
TypeScript

/// <reference path='fourslash.ts'/>
// Should be able to go to ambient variable declarations
//// declare var [|someVar: string|];
//// someVa/*reference*/r
verify.allRangesAppearInImplementationList("reference");