TypeScript/tests/cases/fourslash/goToDefinitionExternamModuleName5.ts

10 lines
200 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts'/>
// @Filename: a.ts
/////*2*/declare module "external/*1*/" {
//// class Foo { }
////}
goTo.marker('1');
goTo.definition();
verify.caretAtMarker('2');