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

6 lines
198 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/parserAdditiveExpression1.ts (2 errors) ====
m.index+1+m[0].length;
~
!!! Cannot find name 'm'.
~
!!! Cannot find name 'm'.