TypeScript/tests/cases/fourslash/renameUMDModuleAlias1.ts
2017-01-18 13:55:31 -08:00

14 lines
318 B
TypeScript

/// <reference path='fourslash.ts' />
// @Filename: 0.d.ts
//// export function doThing(): string;
//// export function doTheOtherThing(): void;
//// export as namespace [|myLib|];
// @Filename: 1.ts
//// /// <reference path="0.d.ts" />
//// [|myLib|].doThing();
verify.rangesAreRenameLocations();