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

8 lines
103 B
JavaScript

(function() {
var a;
with (b){
a;
}
a = a += 1; // This should be reduce
}());