TypeScript/tests/baselines/reference/voidConstructor.types
2014-08-15 14:37:48 -07:00

5 lines
102 B
Plaintext

=== tests/cases/compiler/voidConstructor.ts ===
var foo:{ new ( ): void; }
>foo : new () => void