TypeScript/tests/cases/fourslash/goToDefinitionExternalModuleName6.ts

12 lines
212 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts'/>
// @Filename: b.ts
2017-10-19 00:49:46 +02:00
////import * from [|'e/*1*/'|];
// @Filename: a.ts
////declare module /*2*/"e" {
//// class Foo { }
////}
2016-08-29 22:34:32 +02:00
verify.goToDefinition("1", "2");