blocks-expected.js 78 B

12345678910
  1. function test() {
  2. "test";
  3. "1";
  4. "2";
  5. "3";
  6. if ("test") {
  7. "5";
  8. }
  9. "4";
  10. }