mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 13:07:01 +07:00
8 lines
92 B
Java
8 lines
92 B
Java
void main() {
|
|
|
|
int a = this.a;
|
|
|
|
System.out.println(a);
|
|
}
|
|
|
|
public static final int a = 1; |