TypeScript/tests/baselines/reference/parserUnaryExpression1.errors.txt
2014-09-12 13:35:07 -07:00

7 lines
433 B
Plaintext

tests/cases/conformance/parser/ecmascript5/Expressions/parserUnaryExpression1.ts(1,3): error TS2357: The operand of an increment or decrement operator must be a variable, property or indexer.
==== 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.