TypeScript/tests/cases/compiler/ambientNameRestrictions.ts

4 lines
62 B
TypeScript
Raw Normal View History

2016-04-26 22:01:14 +02:00
export declare namespace Foo {
export var static: any;
}