TypeScript/tests/baselines/reference/ambientNameRestrictions.js
Ryan Cavanaugh fed42cc6bd Add test
2016-04-26 13:01:14 -07:00

9 lines
148 B
TypeScript

//// [ambientNameRestrictions.ts]
export declare namespace Foo {
export var static: any;
}
//// [ambientNameRestrictions.js]
"use strict";