tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode6-negative.ts(1,1): error TS2630: Cannot assign to 'eval' because it is a function.


==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode6-negative.ts (1 errors) ====
    eval++;
    ~~~~
!!! error TS2630: Cannot assign to 'eval' because it is a function.