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

6 lines
271 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/Expressions/parserUnaryExpression5.ts (2 errors) ====
++ delete foo.bar
~~~~~~~~~~~~~~
!!! An arithmetic operand must be of type 'any', 'number' or an enum type.
~~~
!!! Cannot find name 'foo'.