sample-with-many-folds.js 84 B

123456789101112
  1. 1;
  2. 2;
  3. function f3() {
  4. return 4;
  5. };
  6. 6;
  7. 7;
  8. function f8() {
  9. return 9;
  10. };
  11. 11;
  12. 12;