TypeScript/tests/baselines/reference/exportAssignmentWithExports.errors.txt
2014-07-12 17:30:19 -07:00

6 lines
230 B
Plaintext

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