2018-01-09 15:36:42 +01:00

8 lines
99 B
JavaScript

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