mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 10:39:04 +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; |