Current File : //usr/local/share/.config/yarn/global/node_modules/degenerator/test/basic.expected.js
function* foo() {
    return (yield a('bar')) || (yield b());
}