Skip to content

Commit db31306

Browse files
Added another test.
1 parent 636347d commit db31306

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
interface Foo {
2+
}
3+
4+
var x = function Foo() {
5+
var x: Foo;
6+
}

0 commit comments

Comments
 (0)