mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
4 lines
131 B
JavaScript
4 lines
131 B
JavaScript
// ContinueStatement should be removed.
|
|
// And label is not used, then label also should be removed.
|
|
c: for(var a in b)continue c;
|