mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 11:50:54 -06:00
Added another test.
This commit is contained in:
parent
636347d86b
commit
db313061ee
@ -0,0 +1,6 @@
|
||||
interface Foo {
|
||||
}
|
||||
|
||||
var x = function Foo() {
|
||||
var x: Foo;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user