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

13 lines
213 B
TypeScript

/// <reference path="fourslash.ts" />
//// interface B {
//// 1: any;
//// }
//// interface C {
//// [s]: any;
//// }
//// interface D extends B, C /**/ {
//// }
goTo.marker();
edit.insert(" ");