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