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

15 lines
298 B
TypeScript

/// <reference path="fourslash.ts" />
/////*start*/module M {
//// export class C { }
//// }/*end*/
////
////module M { }
////
////var c = new M.C();
goTo.marker('start');
var codeLength = test.markers()[1].position - test.markers()[0].position;
edit.deleteAtCaret(codeLength);