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

5 lines
215 B
Plaintext

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