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

6 lines
271 B
Plaintext
Raw Normal View History

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