2017-07-18 09:55:30 -05:00

5 lines
92 B
JavaScript

import "babel-polyfill/lib/core-js/modules/web.dom.iterable";
function* a() {
yield* 1;
}