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

9 lines
85 B
JavaScript

a = {
get b () {
return c;
},
set b (b){
c = b;
}
};