TypeScript/tests/cases/fourslash/removeExportFromInterfaceError0.ts

16 lines
267 B
TypeScript
Raw Normal View History

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