==== tests/cases/compiler/voidConstructor.ts (1 errors) ====
    var foo:{ new ( ): void; }
              ~~~~~~~~~~~~~
!!! voidConstructor.ts(1,11): error TS2133: Constructors cannot have a return type of 'void'.
    