michael@0: // |jit-test| error: 3 michael@0: var str = (function (x) {return (i for (i in x));}).toSource().replace('\n', ''); michael@0: assertEq(str, "(function (x) {return (i for (i in x));})"); michael@0: throw 3;