2015-08-11 00:59:15 +01:00

4 lines
47 B
JavaScript

(function*() {
function(x = yield 3) {}
})