swc/crates/swc_ecma_codegen/tests/test262/5171e99c2d9d3e5a.js

9 lines
107 B
JavaScript
Raw Normal View History

// Do not remove first if consequent block
if (a) {
if (b) {
true;
}
} else {
false;
}