TypeScript/tests/baselines/reference/ambientNameRestrictions.types
2016-04-26 13:19:17 -07:00

9 lines
157 B
Plaintext

=== tests/cases/compiler/ambientNameRestrictions.ts ===
export declare namespace Foo {
>Foo : typeof Foo
export var static: any;
>static : any
}