mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
16 lines
195 B
Java
16 lines
195 B
Java
public class Test {
|
|
|
|
int j;
|
|
|
|
public void method1() {
|
|
int i = 1;
|
|
}
|
|
|
|
public void method3() {
|
|
int i = 1;
|
|
}
|
|
|
|
public void method2() {
|
|
int i = 1;
|
|
}
|
|
} |