mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
19 lines
169 B
JavaScript
19 lines
169 B
JavaScript
function test() {
|
|
{;}
|
|
;
|
|
"test";
|
|
{
|
|
"1";
|
|
if (true) {
|
|
"2";
|
|
}
|
|
;
|
|
{
|
|
"3";
|
|
if ("test") {
|
|
"5";
|
|
}
|
|
}
|
|
"4";
|
|
}
|
|
}
|