TypeScript/tests/cases/fourslash/goToDefinitionExternalModuleName5.ts
2015-06-25 12:06:13 -04:00

10 lines
No EOL
200 B
TypeScript

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