TypeScript/tests/cases/compiler/ambientNameRestrictions.ts
Ryan Cavanaugh fed42cc6bd Add test
2016-04-26 13:01:14 -07:00

4 lines
62 B
TypeScript

export declare namespace Foo {
export var static: any;
}