Sebastian McKenzie d79d0cf73d add function.sent
2015-11-17 23:02:21 -08:00

4 lines
44 B
JavaScript

function* foo() {
return function.sent;
}