TypeScript/tests/cases/compiler/augmentArray.ts

3 lines
39 B
TypeScript
Raw Normal View History

interface Array<T> {
(): any[];
}