js/src/jit-test/tests/basic/bug646968-5.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:a24a237d3423
1 var y = 7;
2
3 switch (function () { with ({}) return y; }()) {
4 case 7:
5 let y;
6 break;
7 default:
8 throw 'FAIL';
9 }

mercurial