Files
dd-pdf.js/external/builder/fixtures_babel/blocks-expected.js

12 lines
95 B
JavaScript

function test() {
"test";
"1";
"2";
"3";
if ("test") {
"5";
}
"4";
}
test();