8 lines
99 B
JavaScript

var func = function * (){
yield obj
.method()
.method2();
const actual = true;
};