TypeScript/tests/cases/fourslash/deleteReopenedModule.ts

15 lines
298 B
TypeScript
Raw Normal View History

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