Added a test.

This commit is contained in:
Daniel Rosenwasser 2015-07-27 11:45:10 -07:00
parent a8f0491d62
commit 92902011ce

View File

@ -0,0 +1,15 @@
// @module: commonjs
// @target: ES5
export default function Foo() {
}
namespace Foo {
export var x;
}
interface Foo {
}
export interface Foo {
}