TypeScript/tests/baselines/reference/exportAssignmentWithExports.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
244 B
Plaintext

==== tests/cases/compiler/exportAssignmentWithExports.ts (1 errors) ====
export class C { }
class D { }
export = D;
~~~~~~~~~~~
!!! error TS2309: An export assignment cannot be used in a module with other exported elements.