rest-bug763954.js (73B)
1 for (i in ['']) {} 2 function f(...patterns) { 3 patterns[i]; 4 }; 5 f('');