mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 02:33:48 +07:00
10 lines
97 B
Java
10 lines
97 B
Java
class A{
|
|
static class B{
|
|
static int a = 0;
|
|
}
|
|
|
|
{
|
|
System.out.println("" + A.B.<ref>a);
|
|
}
|
|
}
|