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

9 lines
No EOL
335 B
Text

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