mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
9 lines
68 B
JavaScript
9 lines
68 B
JavaScript
|
class A {
|
||
|
static {
|
||
|
foo();
|
||
|
}
|
||
|
static {
|
||
|
var a = 0;
|
||
|
}
|
||
|
}
|