mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 07:50:55 +07:00
10 lines
163 B
Java
10 lines
163 B
Java
class Ds {
|
|
public int meth(int j) {
|
|
int <caret>e = j;
|
|
int d = e;
|
|
if (j==0) {
|
|
int e = j;
|
|
}
|
|
return 0;
|
|
}
|
|
} |