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

13 lines
No EOL
248 B
TypeScript

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