TypeScript/tests/cases/compiler/moduleAugmentationGlobal7_1.ts

5 lines
71 B
TypeScript

namespace A {
global {
interface Array<T> { x }
}
}