GT2/GT2-Android/node_modules/degenerator/test/basic.expected.js

4 lines
64 B
JavaScript

function* foo() {
return (yield a('bar')) || (yield b());
}