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

14 lines
744 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/RegressionTests/parserTernaryAndCommaOperators1.ts(1,1): error TS2304: Cannot find name 'b'.
tests/cases/conformance/parser/ecmascript5/RegressionTests/parserTernaryAndCommaOperators1.ts(1,16): error TS2304: Cannot find name 'c'.
tests/cases/conformance/parser/ecmascript5/RegressionTests/parserTernaryAndCommaOperators1.ts(1,21): error TS2304: Cannot find name 'd'.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parserTernaryAndCommaOperators1.ts (3 errors) ====
b.src ? 1 : 2, c && d;
~
!!! error TS2304: Cannot find name 'b'.
2014-07-13 01:04:16 +02:00
~
!!! error TS2304: Cannot find name 'c'.
2014-07-13 01:04:16 +02:00
~
!!! error TS2304: Cannot find name 'd'.
2014-07-13 01:04:16 +02:00