TypeScript/tests/baselines/reference/parserTernaryAndCommaOperators1.errors.txt
2014-07-12 17:30:19 -07:00

9 lines
285 B
Plaintext

==== 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'.