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

6 lines
100 B
JavaScript

(function() {
with (a){
b = (c(), 1); // getter is not observable after f()
}
}());