swc/crates/swc_ecma_codegen/tests/test262/ce5f3bc27d5ccaac.js

4 lines
38 B
JavaScript

function* a() {
(b)=>b * yield;
}