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

4 lines
236 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/Expressions/parserUnaryExpression1.ts (1 errors) ====
++this;
~~~~
!!! error TS2357: The operand of an increment or decrement operator must be a variable, property or indexer.