swc/crates/swc_ecma_codegen/tests/test262/6b76b8761a049c19.js

6 lines
57 B
JavaScript

function* a() {
({
set b (yield){}
});
}