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

10 lines
349 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/Expressions/parserPostfixUnaryExpression1.ts (4 errors) ====
foo ++ ++;
~~
!!! ';' expected.
~
!!! Expression expected.
~~~
!!! Cannot find name 'foo'.
!!! The operand of an increment or decrement operator must be a variable, property or indexer.