mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
6 lines
195 B
Java
6 lines
195 B
Java
class InStaticInitializer {
|
|
static {
|
|
System.out.println(<selection>"Hello World"</selection>);
|
|
}
|
|
//Field must be placed before initializer or illegal forward reference will happen
|
|
} |