basic.expected.js 64 Bytes Edit Raw Blame History 1 2 3 function* foo() { return (yield a('bar')) || (yield b()); }