TypeScript/tests/cases/fourslash/exportClauseErrorReporting0.ts

17 lines
264 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01: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);