=== tests/cases/compiler/specializationOfExportedClass.ts === module M { >M : typeof M export class C { } >C : C >T : T } var x = new M.C(); >x : M.C >new M.C() : M.C >M.C : typeof M.C >M : typeof M >C : typeof M.C