pulsar/spec/fixtures/sample-with-many-folds.js

13 lines
84 B
JavaScript
Raw Permalink Normal View History

1;
2;
function f3() {
return 4;
};
6;
7;
function f8() {
return 9;
};
11;
12;