swc/ecmascript/parser/tests/test262-error-references/fail/e01265e2211e48b3.js.stderr
강동윤 13bf89d08c
Fix bugs (#339)
swc_ecma_parser:
 - fix parsing of type query (#338)
 - fix parsing of `in` in a let / const declaration (#337)

swc_ecma_transforms:
 - string literal is computed (#336)
 - modules: handle imports in lhs of assignment correctly (#335)
2019-03-11 20:33:15 +09:00

7 lines
154 B
Plaintext

error: Expected Semi, got Some(RParen)
--> $DIR/tests/test262-parser/fail/e01265e2211e48b3.js:1:19
|
1 | for(let a = 0 in b);
| ^