TypeScript/tests/cases/fourslash/goToModuleAliasDefinition.ts

12 lines
259 B
TypeScript

/// <reference path='fourslash.ts' />
// @Filename: a.ts
////export class /*2*/Foo {}
// @Filename: b.ts
//// import /*3*/n = require('a');
//// var x = new /*1*/n.Foo();
// Won't-fixed: Should go to '2' instead
verify.goToDefinition("1", "3");