TypeScript/tests/cases/fourslash/removeDeclareFunctionExports.ts
2014-07-29 12:17:44 -07:00

9 lines
253 B
TypeScript

/// <reference path="fourslash.ts" />
////declare module M {
//// function RegExp2(pattern: string): RegExp2;
//// export function RegExp2(pattern: string, flags: string): RegExp2;
////}
goTo.bof();
edit.deleteAtCaret('declare '.length);