TypeScript/tests/cases/fourslash/removeInterfaceUsedAsGenericTypeArgument.ts

9 lines
197 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
//// /**/interface A { a: string; }
//// interface G<T, U> { }
//// var v1: G<A, C>;
goTo.marker();
edit.deleteAtCaret('interface A { a: string; }'.length);