TypeScript/tests/baselines/reference/voidConstructor.types
2015-04-15 16:44:20 -07:00

5 lines
102 B
Plaintext

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