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

9 lines
92 B
JavaScript

var a = {
b: null,
set c (d){
},
get c () {
return this.b;
}
};