Added another test.

This commit is contained in:
Daniel Rosenwasser
2015-05-27 16:30:44 -07:00
parent 2b20d3092b
commit 0229788c65

View File

@@ -0,0 +1,6 @@
interface Foo {
}
var x = function Foo() {
var x: Foo;
}