TypeScript/tests/cases/fourslash/exportClauseErrorReporting0.ts

17 lines
248 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
//// module M {
//// /*1*/class C<T> { }
//// }
////
//// var x = new M.C<string>();
////
edit.disableFormatting();
goTo.marker("1");
edit.insert("export ");
goTo.marker("1");
edit.deleteAtCaret(8);