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

10 lines
467 B
Plaintext
Raw Normal View History

tests/cases/conformance/scanner/ecmascript5/scannerAdditiveExpression1.ts(1,1): error TS2304: Cannot find name 'm'.
tests/cases/conformance/scanner/ecmascript5/scannerAdditiveExpression1.ts(1,11): error TS2304: Cannot find name 'm'.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/scanner/ecmascript5/scannerAdditiveExpression1.ts (2 errors) ====
m.index+1+m[0].length;
~
!!! error TS2304: Cannot find name 'm'.
2014-07-13 01:04:16 +02:00
~
!!! error TS2304: Cannot find name 'm'.