swc/ecmascript/codegen/tests/references/05d93894463f57ca.js

6 lines
244 B
JavaScript
Raw Normal View History

// ContinueStatement should be removed.
// And label is not used, then label also should be removed.
a: for(;;)continue // ContinueStatement should be removed.
// And label is not used, then label also should be removed.
a: for(;;) continue a;