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

7 lines
242 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/Statements/parserForStatement8.ts (2 errors) ====
for (this in b) {
~~~~
!!! Invalid left-hand side in 'for...in' statement.
~
!!! Cannot find name 'b'.
}