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

10 lines
213 B
Plaintext

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