==== tests/cases/compiler/exportAssignmentWithExports.ts (1 errors) ====
    export class C { }
    class D { }
    export = D;
    ~~~~~~~~~~~
!!! exportAssignmentWithExports.ts(3,1): error TS1064: Export assignment not allowed in module with exported element.