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

7 lines
123 B
JavaScript

(function() {
var a = 1;
with (b){
a += a += 2; // 'i' lookup can be observed by obj's getter.
}
}());