swc/crates/swc_ecma_codegen/tests/test262/6b0e8bbdc3dca1c5.js
2021-11-10 19:00:54 +09:00

10 lines
93 B
JavaScript

if (a) {
with (b){
if (c) {
d();
}
}
} else {
d();
}