mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 18:13:59 +07:00
GitOrigin-RevId: 75dd479b8ff332776bb238fe964cc9cf715b2404
8 lines
104 B
Java
8 lines
104 B
Java
class ClassInitializer extends Super {
|
|
}
|
|
class Super {
|
|
|
|
static {
|
|
System.out.println();
|
|
}
|
|
} |