TypeScript/tests/baselines/reference/parserStrictMode7.errors.txt
2014-09-11 16:11:08 -07:00

5 lines
229 B
Plaintext

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