TypeScript/tests/baselines/reference/exportAssignmentWithExports.errors.txt

6 lines
230 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== 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.