TypeScript/tests/cases/fourslash/goToDefinitionExternalModuleName5.ts

9 lines
173 B
TypeScript
Raw Normal View History

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