input.js 67 B

1234567
  1. for (var i of foo) {
  2. switch (i) {
  3. case 1:
  4. break;
  5. }
  6. }