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

8 lines
76 B
JavaScript

// DO NOT DROP i
function a() {
var b;
with (c){
b;
}
}