basic.expected.js 64 B

1234
  1. function* foo() {
  2. return (yield a('bar')) || (yield b());
  3. }