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

4 lines
64 B
JavaScript
Raw Normal View History

2018-02-12 17:26:06 +00:00
function* foo() {
return (yield a('bar')) || (yield b());
}