TypeScript/tests/baselines/reference/logicalNotExpression1.errors.txt
2014-09-11 16:11:08 -07:00

4 lines
130 B
Plaintext

==== tests/cases/compiler/logicalNotExpression1.ts (1 errors) ====
!foo;
~~~
!!! error TS2304: Cannot find name 'foo'.