mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-24 11:26:03 +07:00
059257aec5
GitOrigin-RevId: 62aa30ecb2fa401534fe71fc5960863f19aa068d
9 lines
173 B
Java
9 lines
173 B
Java
// "Convert field to local variable in initializer section" "true-preview"
|
|
class TestInitializer {
|
|
|
|
{
|
|
boolean field = true;
|
|
System.out.println(field);
|
|
}
|
|
|
|
} |