mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
- allow such access GitOrigin-RevId: 2deafb0f6fb0be420a33174ccc2265103a0ce183
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; |