Added another test.

This commit is contained in:
Daniel Rosenwasser
2015-06-02 13:03:19 -07:00
parent 2b20d3092b
commit 0229788c65
@@ -0,0 +1,6 @@
interface Foo {
}
var x = function Foo() {
var x: Foo;
}