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

25 lines
1.5 KiB
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/Expressions/parserConditionalExpression1.ts(1,2): error TS2304: Cannot find name 'a'.
tests/cases/conformance/parser/ecmascript5/Expressions/parserConditionalExpression1.ts(1,11): error TS2304: Cannot find name 'c'.
tests/cases/conformance/parser/ecmascript5/Expressions/parserConditionalExpression1.ts(1,15): error TS2304: Cannot find name 'a'.
tests/cases/conformance/parser/ecmascript5/Expressions/parserConditionalExpression1.ts(1,22): error TS2304: Cannot find name 'a'.
tests/cases/conformance/parser/ecmascript5/Expressions/parserConditionalExpression1.ts(1,32): error TS2304: Cannot find name 'c'.
tests/cases/conformance/parser/ecmascript5/Expressions/parserConditionalExpression1.ts(1,35): error TS2304: Cannot find name 'a'.
tests/cases/conformance/parser/ecmascript5/Expressions/parserConditionalExpression1.ts(1,40): error TS2304: Cannot find name '_'.
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
~
!!! error TS2304: Cannot find name 'a'.
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 'a'.
2014-07-13 01:04:16 +02:00
~
!!! error TS2304: Cannot find name 'a'.
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 'a'.
2014-07-13 01:04:16 +02:00
~
!!! error TS2304: Cannot find name '_'.