TypeScript/tests/cases/fourslash/goToDefinitionExternalModuleName8.ts
2017-10-18 15:49:46 -07:00

12 lines
221 B
TypeScript

/// <reference path='fourslash.ts'/>
// @Filename: b.ts
////export {Foo, Bar} from [|'e/*1*/'|];
// @Filename: a.ts
////declare module /*2*/"e" {
//// class Foo { }
////}
verify.goToDefinition("1", "2");