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

7 lines
310 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/Statements/parserForInStatement6.ts (2 errors) ====
for (var a = 1, b = 2 in X) {
~
!!! Only a single variable declaration is allowed in a 'for...in' statement.
~
!!! Cannot find name 'X'.
}