TypeScript/tests/cases/fourslash/indexSignatureWithoutAnnotation.ts
2015-03-02 14:41:44 -08:00

14 lines
218 B
TypeScript

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