%PDF- %PDF-
| Direktori : /proc/3/root/proc/3/cwd/lib/node_modules/pm2/node_modules/degenerator/test/ |
| Current File : //proc/3/root/proc/3/cwd/lib/node_modules/pm2/node_modules/degenerator/test/multiple.expected.js |
function* foo() {
return yield baz();
}
function* bar() {
return yield foo(baz);
}
function* baz() {
return yield bar();
}