swc/ecmascript/codegen/tests/references/d8882ceedce6eae0.js

4 lines
131 B
JavaScript
Raw Normal View History

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