aboutsummaryrefslogtreecommitdiff
path: root/test/input/reduce/diff_error.js
blob: ba267c5cbcf1ce229895506174330735ec520c15 (about) (plain)
1
2
3
4
5
(function f(a) {
    do {
        console.log(f.length);
    } while (console.log(f += 0));
})();