TypeScript/tests/cases/fourslash/goToModuleAliasDefinition.ts
2017-10-18 15:49:46 -07:00

12 lines
263 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");