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

9 lines
285 B
Plaintext
Raw Normal View History

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