2019-01-23 13:39:30 -08:00

4 lines
47 B
JavaScript

function* g() {
for (yield '' in {}; ; ) ;
}