TypeScript/tests/cases/fourslash/removeDeclareFunctionExports.ts

9 lines
253 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <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);