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

15 lines
515 B
Plaintext
Raw Normal View History

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'.