mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
|
|
// nothing has changed!
|
|
public class Test {
|
|
public static final int CONST = foo();
|
|
|
|
private static int foo() {
|
|
return 0;
|
|
}
|
|
} |