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

10 lines
335 B
Plaintext

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