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

16 lines
551 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/Expressions/parserConditionalExpression1.ts (7 errors) ====
(a=this.R[c])?a.JW||(a.e5(this,c),a.JW=_.l):this.A
~
!!! Cannot find name 'a'.
~
!!! Cannot find name 'c'.
~
!!! Cannot find name 'a'.
~
!!! Cannot find name 'a'.
~
!!! Cannot find name 'c'.
~
!!! Cannot find name 'a'.
~
!!! Cannot find name '_'.