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

13 lines
807 B
Text
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/LeftShifts/parserErrorRecovery_LeftShift1.ts(1,29): error TS1109: Expression expected.
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/LeftShifts/parserErrorRecovery_LeftShift1.ts(1,1): error TS2304: Cannot find name 'retValue'.
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/LeftShifts/parserErrorRecovery_LeftShift1.ts(1,12): error TS2304: Cannot find name 'bfs'.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/LeftShifts/parserErrorRecovery_LeftShift1.ts (3 errors) ====
retValue = bfs.VARIABLES >> );
~
!!! error TS1109: Expression expected.
2014-07-13 01:04:16 +02:00
~~~~~~~~
!!! error TS2304: Cannot find name 'retValue'.
2014-07-13 01:04:16 +02:00
~~~
!!! error TS2304: Cannot find name 'bfs'.