TypeScript/tests/baselines/reference/parserStrictMode6.errors.txt
2014-07-24 13:01:25 -07:00

7 lines
266 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode6.ts (2 errors) ====
"use strict";
eval++;
~~~~
!!! Invalid use of 'eval' in strict mode.
~~~~
!!! An arithmetic operand must be of type 'any', 'number' or an enum type.