TypeScript/tests/cases/fourslash/goToDefinitionExternalModuleName6.ts

12 lines
208 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts'/>
// @Filename: b.ts
////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");