mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
|
x The left-hand side of a `for...of` statement may not be `async`
|
|
,-[$DIR/tests/errors/ts1106/input.js:1:1]
|
|
1 | let async;
|
|
2 | for (async of [1]) ;
|
|
: ^^^^^
|
|
`----
|