summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1604631.js
blob: bc7e7e4ca9defaaaa1901964facecd33209119d5 (plain)
1
2
3
4
// |jit-test| error:can't access lexical declaration
x = [];
x.length;
evaluate("x.length; let x = 1");