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

7 lines
No EOL
267 B
Text

==== tests/cases/conformance/parser/ecmascript5/Statements/parserForStatement5.ts (2 errors) ====
for ({} in b) {
~~
!!! Variable declarations of a 'for' statement must be of types 'string' or 'any'.
~
!!! Cannot find name 'b'.
}