blob: 97717e3d0ff190933326445f21e8bfc6fa7d9847 [file] [log] [blame]
class InStaticInitializer {
static {
System.out.println(<selection>"Hello World"</selection>);
}
//Field must be placed before initializer or illegal forward reference will happen
}