TypeScript/tests/cases/fourslash/removeExportFromInterfaceError1.ts

16 lines
282 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
//// module M {
//// export class C1 { }
//// /*1*/export interface I { n: number; }
//// }
//// module M {
//// function f(): I { return null; } }
////
edit.disableFormatting();
goTo.marker("1");
edit.deleteAtCaret(6);