2017-04-12 11:13:58 -07:00

6 lines
60 B
JavaScript

function* gen () {
const a = () => {
return 1;
};
}