TypeScript/tests/cases/fourslash/indexSignatureWithoutAnnotation.ts
2014-07-29 12:17:44 -07:00

14 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(" ");