We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeScript Version: nightly (2.5.0-dev.20170628)
Code
enum E {} namespace E {} const enum C {} namespace C {}
Expected behavior:
No error.
Actual behavior:
src/a.ts(5,11): error TS2473: Enum declarations must all be const or non-const.