swc/crates/swc_ecma_codegen/tests/test262/08c3105bb3f7ccb7.js

4 lines
50 B
JavaScript

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