//// [memberAccessOnConstructorType.ts] var f: new () => void; f.arguments == 0; //// [memberAccessOnConstructorType.js] var f; f.arguments == 0;