swc/ecmascript/codegen/tests/test262/753341b6f22ec11f.js

5 lines
50 B
JavaScript
Raw Normal View History

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