TypeScript/tests/cases/fourslash_old/removeExportFromInterfaceError0.ts
2014-07-12 17:30:19 -07:00

15 lines
267 B
TypeScript

/// <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);