TypeScript/tests/baselines/reference/parserPostfixUnaryExpression1.errors.txt

10 lines
349 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== 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.