TypeScript/tests/baselines/reference/unaryOperators1.errors.txt
2014-09-12 13:35:07 -07:00

15 lines
515 B
Plaintext

tests/cases/compiler/unaryOperators1.ts(1,2): error TS2304: Cannot find name 'foo'.
tests/cases/compiler/unaryOperators1.ts(2,2): error TS2304: Cannot find name 'bar'.
tests/cases/compiler/unaryOperators1.ts(3,2): error TS2304: Cannot find name 'quux'.
==== tests/cases/compiler/unaryOperators1.ts (3 errors) ====
+foo;
~~~
!!! error TS2304: Cannot find name 'foo'.
-bar;
~~~
!!! error TS2304: Cannot find name 'bar'.
~quux;
~~~~
!!! error TS2304: Cannot find name 'quux'.