Added another test.

This commit is contained in:
Daniel Rosenwasser 2015-05-27 16:30:44 -07:00
parent 636347d86b
commit db313061ee

View File

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