mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
15 lines
166 B
Java
15 lines
166 B
Java
public class PsiChangesTest {
|
|
protected int a;
|
|
private int c;
|
|
|
|
PsiChangesTest() {
|
|
int i = 0;
|
|
}
|
|
|
|
void foo() {
|
|
int i = 0;
|
|
}
|
|
|
|
void bar2() {
|
|
}
|
|
} |