TypeScript/tests/cases/compiler/declarationEmitIndexTypeNotFound.ts

6 lines
86 B
TypeScript

// @declaration: true
export interface Test {
[index: TypeNotFound]: any;
}