1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
pdf.js/external/builder/fixtures_esprima/comments-expected.js
2017-05-04 08:24:44 -05:00

17 lines
128 B
JavaScript

function f1() {
"1";
"2";
}
function f2() {
"1";
"2";
}
function f2() {
if ("1") {
"1";
}
"2";
if ("3") {
"4";
}
}