mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
9 lines
88 B
Java
9 lines
88 B
Java
void main() {
|
|
|
|
int a = B;
|
|
|
|
System.out.println(a);
|
|
}
|
|
|
|
public static final int B = 1;
|