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

16 lines
551 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== 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 '_'.